HSL(41, 55%, 71%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,55%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 55%, 71%) | color: hsl(41, 55%, 71%) | |
| HEX | #DEC48C | color: #DEC48C | |
| RGB | rgb(222, 196, 140) | color: rgb(222, 196, 140) | |
| CMYK | cmyk(0%, 12%, 37%, 13%) | — | |
| HSV | hsv(41, 37%, 87%) | — | |
| HWB | hwb(41 55% 13%) | color: hwb(41 55% 13%) | |
| OKLCH | oklch(0.8292 0.0785 85.79) | color: oklch(0.8292 0.0785 85.79) | |
| Lab | lab(80.13 1.3 31.51) | color: lab(80.13 1.3 31.51) | |
| LCH | lch(80.13 31.54 87.64) | color: lch(80.13 31.54 87.64) |
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)
#D3D39A — rgb(211, 211, 154)
Deuteranopia (Green-blind)
#D4D69D — rgb(212, 214, 157)
Tritanopia (Blue-blind)
#DDA4A7 — rgb(221, 164, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 55%, 71%);
text
color: hsl(41, 55%, 71%);
border
border: 2px solid hsl(41, 55%, 71%);
gradient light
background: linear-gradient(to right, hsl(41, 55%, 91%), hsl(41, 55%, 71%));
gradient dark
background: linear-gradient(to right, hsl(41, 55%, 71%), hsl(41, 55%, 51%))
hex
background-color: #DEC48C;
tailwind
bg-[hsl(41,55%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 55%, 71%, 0.4);
css variable
--color-primary: hsl(41, 55%, 71%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 55%, 71%)?
HEX: #DEC48C | RGB: rgb(222, 196, 140) | CMYK: 0%, 12%, 37%, 13% | HSV: 41°, 37%, 87%. Copy any format from the conversion table above.
What colors go well with #DEC48C?
The complementary color is HSL(221, 55%, 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, 55%, 71%) in CSS?
As HSL: color: hsl(41, 55%, 71%); — As HEX: color: #DEC48C; — As RGB: color: rgb(222, 196, 140); — Tailwind CSS: bg-[hsl(41,55%,71%)] — CSS variable: --color-primary: hsl(41, 55%, 71%);