HSL(41, 21%, 84%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,21%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 21%, 84%) | color: hsl(41, 21%, 84%) | |
| HEX | #DFD9CE | color: #DFD9CE | |
| RGB | rgb(223, 217, 206) | color: rgb(223, 217, 206) | |
| CMYK | cmyk(0%, 3%, 8%, 13%) | — | |
| HSV | hsv(39, 8%, 87%) | — | |
| HWB | hwb(39 80% 13%) | color: hwb(39 80% 13%) | |
| OKLCH | oklch(0.887 0.0163 82.79) | color: oklch(0.887 0.0163 82.79) | |
| Lab | lab(86.88 0.15 6.14) | color: lab(86.88 0.15 6.14) | |
| LCH | lch(86.88 6.14 88.6) | color: lch(86.88 6.14 88.6) |
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)
#DCDCD1 — rgb(220, 220, 209)
Deuteranopia (Green-blind)
#DDDDD1 — rgb(221, 221, 209)
Tritanopia (Blue-blind)
#DFD3D3 — rgb(223, 211, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 21%, 84%);
text
color: hsl(41, 21%, 84%);
border
border: 2px solid hsl(41, 21%, 84%);
gradient light
background: linear-gradient(to right, hsl(41, 21%, 100%), hsl(41, 21%, 84%));
gradient dark
background: linear-gradient(to right, hsl(41, 21%, 84%), hsl(41, 21%, 64%))
hex
background-color: #DFD9CE;
tailwind
bg-[hsl(41,21%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 21%, 84%, 0.4);
css variable
--color-primary: hsl(41, 21%, 84%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 21%, 84%)?
HEX: #DFD9CE | RGB: rgb(223, 217, 206) | CMYK: 0%, 3%, 8%, 13% | HSV: 39°, 8%, 87%. Copy any format from the conversion table above.
What colors go well with #DFD9CE?
The complementary color is HSL(221, 21%, 84%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 21%, 84%) in CSS?
As HSL: color: hsl(41, 21%, 84%); — As HEX: color: #DFD9CE; — As RGB: color: rgb(223, 217, 206); — Tailwind CSS: bg-[hsl(41,21%,84%)] — CSS variable: --color-primary: hsl(41, 21%, 84%);