HSL(23, 15%, 80%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(23,15%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 15%, 80%) | color: hsl(23, 15%, 80%) | |
| HEX | #D4CAC4 | color: #D4CAC4 | |
| RGB | rgb(212, 202, 196) | color: rgb(212, 202, 196) | |
| CMYK | cmyk(0%, 5%, 8%, 17%) | — | |
| HSV | hsv(22, 8%, 83%) | — | |
| HWB | hwb(22 76% 17%) | color: hwb(22 76% 17%) | |
| OKLCH | oklch(0.8454 0.0139 53.32) | color: oklch(0.8454 0.0139 53.32) | |
| Lab | lab(81.96 2.43 4.23) | color: lab(81.96 2.43 4.23) | |
| LCH | lch(81.96 4.88 60.12) | color: lch(81.96 4.88 60.12) |
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)
#D0D0C5 — rgb(208, 208, 197)
Deuteranopia (Green-blind)
#D0D1C6 — rgb(208, 209, 198)
Tritanopia (Blue-blind)
#D4C7C7 — rgb(212, 199, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 15%, 80%);
text
color: hsl(23, 15%, 80%);
border
border: 2px solid hsl(23, 15%, 80%);
gradient light
background: linear-gradient(to right, hsl(23, 15%, 100%), hsl(23, 15%, 80%));
gradient dark
background: linear-gradient(to right, hsl(23, 15%, 80%), hsl(23, 15%, 60%))
hex
background-color: #D4CAC4;
tailwind
bg-[hsl(23,15%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 15%, 80%, 0.4);
css variable
--color-primary: hsl(23, 15%, 80%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 15%, 80%)?
HEX: #D4CAC4 | RGB: rgb(212, 202, 196) | CMYK: 0%, 5%, 8%, 17% | HSV: 22°, 8%, 83%. Copy any format from the conversion table above.
What colors go well with #D4CAC4?
The complementary color is HSL(203, 15%, 80%). 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, 15%, 80%) in CSS?
As HSL: color: hsl(23, 15%, 80%); — As HEX: color: #D4CAC4; — As RGB: color: rgb(212, 202, 196); — Tailwind CSS: bg-[hsl(23,15%,80%)] — CSS variable: --color-primary: hsl(23, 15%, 80%);