HSL(41, 28%, 73%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,28%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 28%, 73%) | color: hsl(41, 28%, 73%) | |
| HEX | #CDC1A7 | color: #CDC1A7 | |
| RGB | rgb(205, 193, 167) | color: rgb(205, 193, 167) | |
| CMYK | cmyk(0%, 6%, 19%, 20%) | — | |
| HSV | hsv(41, 19%, 80%) | — | |
| HWB | hwb(41 65% 20%) | color: hwb(41 65% 20%) | |
| OKLCH | oklch(0.8139 0.0378 86.17) | color: oklch(0.8139 0.0378 86.17) | |
| Lab | lab(78.41 -0.05 14.62) | color: lab(78.41 -0.05 14.62) | |
| LCH | lch(78.41 14.62 90.2) | color: lch(78.41 14.62 90.2) |
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)
#C8C8AD — rgb(200, 200, 173)
Deuteranopia (Green-blind)
#C9C9AF — rgb(201, 201, 175)
Tritanopia (Blue-blind)
#CCB2B3 — rgb(204, 178, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 28%, 73%);
text
color: hsl(41, 28%, 73%);
border
border: 2px solid hsl(41, 28%, 73%);
gradient light
background: linear-gradient(to right, hsl(41, 28%, 93%), hsl(41, 28%, 73%));
gradient dark
background: linear-gradient(to right, hsl(41, 28%, 73%), hsl(41, 28%, 53%))
hex
background-color: #CDC1A7;
tailwind
bg-[hsl(41,28%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 28%, 73%, 0.4);
css variable
--color-primary: hsl(41, 28%, 73%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 28%, 73%)?
HEX: #CDC1A7 | RGB: rgb(205, 193, 167) | CMYK: 0%, 6%, 19%, 20% | HSV: 41°, 19%, 80%. Copy any format from the conversion table above.
What colors go well with #CDC1A7?
The complementary color is HSL(221, 28%, 73%). 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, 28%, 73%) in CSS?
As HSL: color: hsl(41, 28%, 73%); — As HEX: color: #CDC1A7; — As RGB: color: rgb(205, 193, 167); — Tailwind CSS: bg-[hsl(41,28%,73%)] — CSS variable: --color-primary: hsl(41, 28%, 73%);