HSL(24, 49%, 70%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(24,49%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(24, 49%, 70%) | color: hsl(24, 49%, 70%) | |
| HEX | #D8AB8D | color: #D8AB8D | |
| RGB | rgb(216, 171, 141) | color: rgb(216, 171, 141) | |
| CMYK | cmyk(0%, 21%, 35%, 15%) | — | |
| HSV | hsv(24, 35%, 85%) | — | |
| HWB | hwb(24 55% 15%) | color: hwb(24 55% 15%) | |
| OKLCH | oklch(0.7746 0.067 55.19) | color: oklch(0.7746 0.067 55.19) | |
| Lab | lab(73.32 12.32 21.73) | color: lab(73.32 12.32 21.73) | |
| LCH | lch(73.32 24.98 60.45) | color: lch(73.32 24.98 60.45) |
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)
#C5C494 — rgb(197, 196, 148)
Deuteranopia (Green-blind)
#C7CB96 — rgb(199, 203, 150)
Tritanopia (Blue-blind)
#D69A9B — rgb(214, 154, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(24, 49%, 70%);
text
color: hsl(24, 49%, 70%);
border
border: 2px solid hsl(24, 49%, 70%);
gradient light
background: linear-gradient(to right, hsl(24, 49%, 90%), hsl(24, 49%, 70%));
gradient dark
background: linear-gradient(to right, hsl(24, 49%, 70%), hsl(24, 49%, 50%))
hex
background-color: #D8AB8D;
tailwind
bg-[hsl(24,49%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(24, 49%, 70%, 0.4);
css variable
--color-primary: hsl(24, 49%, 70%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(24, 49%, 70%)?
HEX: #D8AB8D | RGB: rgb(216, 171, 141) | CMYK: 0%, 21%, 35%, 15% | HSV: 24°, 35%, 85%. Copy any format from the conversion table above.
What colors go well with #D8AB8D?
The complementary color is HSL(204, 49%, 70%). For a triadic harmony, use hues 24°, 144°, and 264°. For analogous combinations, try hues 354° and 54°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(24, 49%, 70%) in CSS?
As HSL: color: hsl(24, 49%, 70%); — As HEX: color: #D8AB8D; — As RGB: color: rgb(216, 171, 141); — Tailwind CSS: bg-[hsl(24,49%,70%)] — CSS variable: --color-primary: hsl(24, 49%, 70%);