HSL(41, 40%, 71%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,40%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 40%, 71%) | color: hsl(41, 40%, 71%) | |
| HEX | #D3C097 | color: #D3C097 | |
| RGB | rgb(211, 192, 151) | color: rgb(211, 192, 151) | |
| CMYK | cmyk(0%, 9%, 28%, 17%) | — | |
| HSV | hsv(41, 28%, 83%) | — | |
| HWB | hwb(41 60% 17%) | color: hwb(41 60% 17%) | |
| OKLCH | oklch(0.8135 0.0588 86.01) | color: oklch(0.8135 0.0588 86.01) | |
| Lab | lab(78.34 0.48 23.14) | color: lab(78.34 0.48 23.14) | |
| LCH | lch(78.34 23.14 88.81) | color: lch(78.34 23.14 88.81) |
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)
#CBCBA1 — rgb(203, 203, 161)
Deuteranopia (Green-blind)
#CCCDA3 — rgb(204, 205, 163)
Tritanopia (Blue-blind)
#D2A9AA — rgb(210, 169, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 40%, 71%);
text
color: hsl(41, 40%, 71%);
border
border: 2px solid hsl(41, 40%, 71%);
gradient light
background: linear-gradient(to right, hsl(41, 40%, 91%), hsl(41, 40%, 71%));
gradient dark
background: linear-gradient(to right, hsl(41, 40%, 71%), hsl(41, 40%, 51%))
hex
background-color: #D3C097;
tailwind
bg-[hsl(41,40%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 40%, 71%, 0.4);
css variable
--color-primary: hsl(41, 40%, 71%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 40%, 71%)?
HEX: #D3C097 | RGB: rgb(211, 192, 151) | CMYK: 0%, 9%, 28%, 17% | HSV: 41°, 28%, 83%. Copy any format from the conversion table above.
What colors go well with #D3C097?
The complementary color is HSL(221, 40%, 71%). 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, 40%, 71%) in CSS?
As HSL: color: hsl(41, 40%, 71%); — As HEX: color: #D3C097; — As RGB: color: rgb(211, 192, 151); — Tailwind CSS: bg-[hsl(41,40%,71%)] — CSS variable: --color-primary: hsl(41, 40%, 71%);