HSL(41, 46%, 71%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,46%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 46%, 71%) | color: hsl(41, 46%, 71%) | |
| HEX | #D7C293 | color: #D7C293 | |
| RGB | rgb(215, 194, 147) | color: rgb(215, 194, 147) | |
| CMYK | cmyk(0%, 10%, 32%, 16%) | — | |
| HSV | hsv(41, 32%, 84%) | — | |
| HWB | hwb(41 57% 16%) | color: hwb(41 57% 16%) | |
| OKLCH | oklch(0.8203 0.0665 86.68) | color: oklch(0.8203 0.0665 86.68) | |
| Lab | lab(79.12 0.46 26.39) | color: lab(79.12 0.46 26.39) | |
| LCH | lch(79.12 26.39 89) | color: lch(79.12 26.39 89) |
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)
#CECE9E — rgb(206, 206, 158)
Deuteranopia (Green-blind)
#CFD1A1 — rgb(207, 209, 161)
Tritanopia (Blue-blind)
#D6A7A9 — rgb(214, 167, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 46%, 71%);
text
color: hsl(41, 46%, 71%);
border
border: 2px solid hsl(41, 46%, 71%);
gradient light
background: linear-gradient(to right, hsl(41, 46%, 91%), hsl(41, 46%, 71%));
gradient dark
background: linear-gradient(to right, hsl(41, 46%, 71%), hsl(41, 46%, 51%))
hex
background-color: #D7C293;
tailwind
bg-[hsl(41,46%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 46%, 71%, 0.4);
css variable
--color-primary: hsl(41, 46%, 71%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 46%, 71%)?
HEX: #D7C293 | RGB: rgb(215, 194, 147) | CMYK: 0%, 10%, 32%, 16% | HSV: 41°, 32%, 84%. Copy any format from the conversion table above.
What colors go well with #D7C293?
The complementary color is HSL(221, 46%, 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, 46%, 71%) in CSS?
As HSL: color: hsl(41, 46%, 71%); — As HEX: color: #D7C293; — As RGB: color: rgb(215, 194, 147); — Tailwind CSS: bg-[hsl(41,46%,71%)] — CSS variable: --color-primary: hsl(41, 46%, 71%);