HSL(24, 55%, 60%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(24,55%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(24, 55%, 60%) | color: hsl(24, 55%, 60%) | |
| HEX | #D18E61 | color: #D18E61 | |
| RGB | rgb(209, 142, 97) | color: rgb(209, 142, 97) | |
| CMYK | cmyk(0%, 32%, 54%, 18%) | — | |
| HSV | hsv(24, 54%, 82%) | — | |
| HWB | hwb(24 38% 18%) | color: hwb(24 38% 18%) | |
| OKLCH | oklch(0.704 0.1016 54.2) | color: oklch(0.704 0.1016 54.2) | |
| Lab | lab(64.78 20.57 34.14) | color: lab(64.78 20.57 34.14) | |
| LCH | lch(64.78 39.86 58.93) | color: lch(64.78 39.86 58.93) |
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)
#B4B36C — rgb(180, 179, 108)
Deuteranopia (Green-blind)
#B8BD6F — rgb(184, 189, 111)
Tritanopia (Blue-blind)
#CE7476 — rgb(206, 116, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(24, 55%, 60%);
text
color: hsl(24, 55%, 60%);
border
border: 2px solid hsl(24, 55%, 60%);
gradient light
background: linear-gradient(to right, hsl(24, 55%, 80%), hsl(24, 55%, 60%));
gradient dark
background: linear-gradient(to right, hsl(24, 55%, 60%), hsl(24, 55%, 40%))
hex
background-color: #D18E61;
tailwind
bg-[hsl(24,55%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(24, 55%, 60%, 0.4);
css variable
--color-primary: hsl(24, 55%, 60%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(24, 55%, 60%)?
HEX: #D18E61 | RGB: rgb(209, 142, 97) | CMYK: 0%, 32%, 54%, 18% | HSV: 24°, 54%, 82%. Copy any format from the conversion table above.
What colors go well with #D18E61?
The complementary color is HSL(204, 55%, 60%). 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, 55%, 60%) in CSS?
As HSL: color: hsl(24, 55%, 60%); — As HEX: color: #D18E61; — As RGB: color: rgb(209, 142, 97); — Tailwind CSS: bg-[hsl(24,55%,60%)] — CSS variable: --color-primary: hsl(24, 55%, 60%);