HSL(23, 41%, 70%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(23,41%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 41%, 70%) | color: hsl(23, 41%, 70%) | |
| HEX | #D2AB93 | color: #D2AB93 | |
| RGB | rgb(210, 171, 147) | color: rgb(210, 171, 147) | |
| CMYK | cmyk(0%, 19%, 30%, 18%) | — | |
| HSV | hsv(23, 30%, 82%) | — | |
| HWB | hwb(23 57% 18%) | color: hwb(23 57% 18%) | |
| OKLCH | oklch(0.77 0.0566 53.25) | color: oklch(0.77 0.0566 53.25) | |
| Lab | lab(72.85 10.75 17.73) | color: lab(72.85 10.75 17.73) | |
| LCH | lch(72.85 20.73 58.77) | color: lch(72.85 20.73 58.77) |
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)
#C1C199 — rgb(193, 193, 153)
Deuteranopia (Green-blind)
#C3C69A — rgb(195, 198, 154)
Tritanopia (Blue-blind)
#D09D9E — rgb(208, 157, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 41%, 70%);
text
color: hsl(23, 41%, 70%);
border
border: 2px solid hsl(23, 41%, 70%);
gradient light
background: linear-gradient(to right, hsl(23, 41%, 90%), hsl(23, 41%, 70%));
gradient dark
background: linear-gradient(to right, hsl(23, 41%, 70%), hsl(23, 41%, 50%))
hex
background-color: #D2AB93;
tailwind
bg-[hsl(23,41%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 41%, 70%, 0.4);
css variable
--color-primary: hsl(23, 41%, 70%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 41%, 70%)?
HEX: #D2AB93 | RGB: rgb(210, 171, 147) | CMYK: 0%, 19%, 30%, 18% | HSV: 23°, 30%, 82%. Copy any format from the conversion table above.
What colors go well with #D2AB93?
The complementary color is HSL(203, 41%, 70%). For a triadic harmony, use hues 23°, 143°, and 263°. For analogous combinations, try hues 353° and 53°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(23, 41%, 70%) in CSS?
As HSL: color: hsl(23, 41%, 70%); — As HEX: color: #D2AB93; — As RGB: color: rgb(210, 171, 147); — Tailwind CSS: bg-[hsl(23,41%,70%)] — CSS variable: --color-primary: hsl(23, 41%, 70%);