HSL(36, 52%, 72%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,52%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 52%, 72%) | color: hsl(36, 52%, 72%) | |
| HEX | #DDBF92 | color: #DDBF92 | |
| RGB | rgb(221, 191, 146) | color: rgb(221, 191, 146) | |
| CMYK | cmyk(0%, 14%, 34%, 13%) | — | |
| HSV | hsv(36, 34%, 87%) | — | |
| HWB | hwb(36 57% 13%) | color: hwb(36 57% 13%) | |
| OKLCH | oklch(0.8195 0.0686 77.63) | color: oklch(0.8195 0.0686 77.63) | |
| Lab | lab(78.87 4.25 26.67) | color: lab(78.87 4.25 26.67) | |
| LCH | lch(78.87 27.01 80.95) | color: lch(78.87 27.01 80.95) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#D0D09D — rgb(208, 208, 157)
Deuteranopia (Green-blind)
#D2D4A0 — rgb(210, 212, 160)
Tritanopia (Blue-blind)
#DCA5A7 — rgb(220, 165, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 52%, 72%);
text
color: hsl(36, 52%, 72%);
border
border: 2px solid hsl(36, 52%, 72%);
gradient light
background: linear-gradient(to right, hsl(36, 52%, 92%), hsl(36, 52%, 72%));
gradient dark
background: linear-gradient(to right, hsl(36, 52%, 72%), hsl(36, 52%, 52%))
hex
background-color: #DDBF92;
tailwind
bg-[hsl(36,52%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 52%, 72%, 0.4);
css variable
--color-primary: hsl(36, 52%, 72%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 52%, 72%)?
HEX: #DDBF92 | RGB: rgb(221, 191, 146) | CMYK: 0%, 14%, 34%, 13% | HSV: 36°, 34%, 87%. Copy any format from the conversion table above.
What colors go well with #DDBF92?
The complementary color is HSL(216, 52%, 72%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 52%, 72%) in CSS?
As HSL: color: hsl(36, 52%, 72%); — As HEX: color: #DDBF92; — As RGB: color: rgb(221, 191, 146); — Tailwind CSS: bg-[hsl(36,52%,72%)] — CSS variable: --color-primary: hsl(36, 52%, 72%);