HSL(41, 30%, 79%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,30%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 30%, 79%) | color: hsl(41, 30%, 79%) | |
| HEX | #DACFB9 | color: #DACFB9 | |
| RGB | rgb(218, 207, 185) | color: rgb(218, 207, 185) | |
| CMYK | cmyk(0%, 5%, 15%, 15%) | — | |
| HSV | hsv(40, 15%, 85%) | — | |
| HWB | hwb(40 72% 15%) | color: hwb(40 72% 15%) | |
| OKLCH | oklch(0.8575 0.0321 84.59) | color: oklch(0.8575 0.0321 84.59) | |
| Lab | lab(83.46 0.17 12.3) | color: lab(83.46 0.17 12.3) | |
| LCH | lch(83.46 12.3 89.21) | color: lch(83.46 12.3 89.21) |
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)
#D5D5BE — rgb(213, 213, 190)
Deuteranopia (Green-blind)
#D6D7C0 — rgb(214, 215, 192)
Tritanopia (Blue-blind)
#D9C3C3 — rgb(217, 195, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 30%, 79%);
text
color: hsl(41, 30%, 79%);
border
border: 2px solid hsl(41, 30%, 79%);
gradient light
background: linear-gradient(to right, hsl(41, 30%, 99%), hsl(41, 30%, 79%));
gradient dark
background: linear-gradient(to right, hsl(41, 30%, 79%), hsl(41, 30%, 59%))
hex
background-color: #DACFB9;
tailwind
bg-[hsl(41,30%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 30%, 79%, 0.4);
css variable
--color-primary: hsl(41, 30%, 79%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 30%, 79%)?
HEX: #DACFB9 | RGB: rgb(218, 207, 185) | CMYK: 0%, 5%, 15%, 15% | HSV: 40°, 15%, 85%. Copy any format from the conversion table above.
What colors go well with #DACFB9?
The complementary color is HSL(221, 30%, 79%). 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, 30%, 79%) in CSS?
As HSL: color: hsl(41, 30%, 79%); — As HEX: color: #DACFB9; — As RGB: color: rgb(218, 207, 185); — Tailwind CSS: bg-[hsl(41,30%,79%)] — CSS variable: --color-primary: hsl(41, 30%, 79%);