HSL(43, 52%, 74%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(43,52%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 52%, 74%) | color: hsl(43, 52%, 74%) | |
| HEX | #DFCC9A | color: #DFCC9A | |
| RGB | rgb(223, 204, 154) | color: rgb(223, 204, 154) | |
| CMYK | cmyk(0%, 9%, 31%, 13%) | — | |
| HSV | hsv(43, 31%, 87%) | — | |
| HWB | hwb(43 60% 13%) | color: hwb(43 60% 13%) | |
| OKLCH | oklch(0.8489 0.0688 89.67) | color: oklch(0.8489 0.0688 89.67) | |
| Lab | lab(82.49 -0.78 27.37) | color: lab(82.49 -0.78 27.37) | |
| LCH | lch(82.49 27.38 91.63) | color: lch(82.49 27.38 91.63) |
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)
#D7D7A6 — rgb(215, 215, 166)
Deuteranopia (Green-blind)
#D8D9A9 — rgb(216, 217, 169)
Tritanopia (Blue-blind)
#DEB0B2 — rgb(222, 176, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 52%, 74%);
text
color: hsl(43, 52%, 74%);
border
border: 2px solid hsl(43, 52%, 74%);
gradient light
background: linear-gradient(to right, hsl(43, 52%, 94%), hsl(43, 52%, 74%));
gradient dark
background: linear-gradient(to right, hsl(43, 52%, 74%), hsl(43, 52%, 54%))
hex
background-color: #DFCC9A;
tailwind
bg-[hsl(43,52%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 52%, 74%, 0.4);
css variable
--color-primary: hsl(43, 52%, 74%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 52%, 74%)?
HEX: #DFCC9A | RGB: rgb(223, 204, 154) | CMYK: 0%, 9%, 31%, 13% | HSV: 43°, 31%, 87%. Copy any format from the conversion table above.
What colors go well with #DFCC9A?
The complementary color is HSL(223, 52%, 74%). For a triadic harmony, use hues 43°, 163°, and 283°. For analogous combinations, try hues 13° and 73°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(43, 52%, 74%) in CSS?
As HSL: color: hsl(43, 52%, 74%); — As HEX: color: #DFCC9A; — As RGB: color: rgb(223, 204, 154); — Tailwind CSS: bg-[hsl(43,52%,74%)] — CSS variable: --color-primary: hsl(43, 52%, 74%);