HSL(26, 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(26,14%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(26, 14%, 84%) | color: hsl(26, 14%, 84%) | |
| HEX | #DCD5D0 | color: #DCD5D0 | |
| RGB | rgb(220, 213, 208) | color: rgb(220, 213, 208) | |
| CMYK | cmyk(0%, 3%, 5%, 14%) | — | |
| HSV | hsv(25, 5%, 86%) | — | |
| HWB | hwb(25 82% 14%) | color: hwb(25 82% 14%) | |
| OKLCH | oklch(0.8772 0.0103 58.2) | color: oklch(0.8772 0.0103 58.2) | |
| Lab | lab(85.68 1.53 3.32) | color: lab(85.68 1.53 3.32) | |
| LCH | lch(85.68 3.66 65.26) | color: lch(85.68 3.66 65.26) |
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)
#D9D9D1 — rgb(217, 217, 209)
Deuteranopia (Green-blind)
#D9DAD2 — rgb(217, 218, 210)
Tritanopia (Blue-blind)
#DCD2D2 — rgb(220, 210, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(26, 14%, 84%);
text
color: hsl(26, 14%, 84%);
border
border: 2px solid hsl(26, 14%, 84%);
gradient light
background: linear-gradient(to right, hsl(26, 14%, 100%), hsl(26, 14%, 84%));
gradient dark
background: linear-gradient(to right, hsl(26, 14%, 84%), hsl(26, 14%, 64%))
hex
background-color: #DCD5D0;
tailwind
bg-[hsl(26,14%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(26, 14%, 84%, 0.4);
css variable
--color-primary: hsl(26, 14%, 84%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(26, 14%, 84%)?
HEX: #DCD5D0 | RGB: rgb(220, 213, 208) | CMYK: 0%, 3%, 5%, 14% | HSV: 25°, 5%, 86%. Copy any format from the conversion table above.
What colors go well with #DCD5D0?
The complementary color is HSL(206, 14%, 84%). For a triadic harmony, use hues 26°, 146°, and 266°. For analogous combinations, try hues 356° and 56°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(26, 14%, 84%) in CSS?
As HSL: color: hsl(26, 14%, 84%); — As HEX: color: #DCD5D0; — As RGB: color: rgb(220, 213, 208); — Tailwind CSS: bg-[hsl(26,14%,84%)] — CSS variable: --color-primary: hsl(26, 14%, 84%);