HSL(41, 34%, 80%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,34%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 34%, 80%) | color: hsl(41, 34%, 80%) | |
| HEX | #DDD2BB | color: #DDD2BB | |
| RGB | rgb(221, 210, 187) | color: rgb(221, 210, 187) | |
| CMYK | cmyk(0%, 5%, 15%, 13%) | — | |
| HSV | hsv(41, 15%, 87%) | — | |
| HWB | hwb(41 74% 13%) | color: hwb(41 74% 13%) | |
| OKLCH | oklch(0.8665 0.0332 85.48) | color: oklch(0.8665 0.0332 85.48) | |
| Lab | lab(84.51 0.01 12.77) | color: lab(84.51 0.01 12.77) | |
| LCH | lch(84.51 12.77 89.96) | color: lch(84.51 12.77 89.96) |
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)
#D8D8C1 — rgb(216, 216, 193)
Deuteranopia (Green-blind)
#D9DAC2 — rgb(217, 218, 194)
Tritanopia (Blue-blind)
#DCC5C6 — rgb(220, 197, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 34%, 80%);
text
color: hsl(41, 34%, 80%);
border
border: 2px solid hsl(41, 34%, 80%);
gradient light
background: linear-gradient(to right, hsl(41, 34%, 100%), hsl(41, 34%, 80%));
gradient dark
background: linear-gradient(to right, hsl(41, 34%, 80%), hsl(41, 34%, 60%))
hex
background-color: #DDD2BB;
tailwind
bg-[hsl(41,34%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 34%, 80%, 0.4);
css variable
--color-primary: hsl(41, 34%, 80%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 34%, 80%)?
HEX: #DDD2BB | RGB: rgb(221, 210, 187) | CMYK: 0%, 5%, 15%, 13% | HSV: 41°, 15%, 87%. Copy any format from the conversion table above.
What colors go well with #DDD2BB?
The complementary color is HSL(221, 34%, 80%). 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, 34%, 80%) in CSS?
As HSL: color: hsl(41, 34%, 80%); — As HEX: color: #DDD2BB; — As RGB: color: rgb(221, 210, 187); — Tailwind CSS: bg-[hsl(41,34%,80%)] — CSS variable: --color-primary: hsl(41, 34%, 80%);