HSL(41, 14%, 84%)
Grayish Orange — Orange color
Adjust Color
Color Information
Color Name
Grayish Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(41,14%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 14%, 84%) | color: hsl(41, 14%, 84%) | |
| HEX | #DCD8D0 | color: #DCD8D0 | |
| RGB | rgb(220, 216, 208) | color: rgb(220, 216, 208) | |
| CMYK | cmyk(0%, 2%, 5%, 14%) | — | |
| HSV | hsv(40, 5%, 86%) | — | |
| HWB | hwb(40 82% 14%) | color: hwb(40 82% 14%) | |
| OKLCH | oklch(0.8832 0.0117 84.58) | color: oklch(0.8832 0.0117 84.58) | |
| Lab | lab(86.45 -0.03 4.42) | color: lab(86.45 -0.03 4.42) | |
| LCH | lch(86.45 4.42 90.39) | color: lch(86.45 4.42 90.39) |
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)
#DADAD2 — rgb(218, 218, 210)
Deuteranopia (Green-blind)
#DBDBD2 — rgb(219, 219, 210)
Tritanopia (Blue-blind)
#DCD3D4 — rgb(220, 211, 212)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 14%, 84%);
text
color: hsl(41, 14%, 84%);
border
border: 2px solid hsl(41, 14%, 84%);
gradient light
background: linear-gradient(to right, hsl(41, 14%, 100%), hsl(41, 14%, 84%));
gradient dark
background: linear-gradient(to right, hsl(41, 14%, 84%), hsl(41, 14%, 64%))
hex
background-color: #DCD8D0;
tailwind
bg-[hsl(41,14%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 14%, 84%, 0.4);
css variable
--color-primary: hsl(41, 14%, 84%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 14%, 84%)?
HEX: #DCD8D0 | RGB: rgb(220, 216, 208) | CMYK: 0%, 2%, 5%, 14% | HSV: 40°, 5%, 86%. Copy any format from the conversion table above.
What colors go well with #DCD8D0?
The complementary color is HSL(221, 14%, 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, 14%, 84%) in CSS?
As HSL: color: hsl(41, 14%, 84%); — As HEX: color: #DCD8D0; — As RGB: color: rgb(220, 216, 208); — Tailwind CSS: bg-[hsl(41,14%,84%)] — CSS variable: --color-primary: hsl(41, 14%, 84%);