HSL(24, 79%, 56%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(24,79%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(24, 79%, 56%) | color: hsl(24, 79%, 56%) | |
| HEX | #E77D36 | color: #E77D36 | |
| RGB | rgb(231, 125, 54) | color: rgb(231, 125, 54) | |
| CMYK | cmyk(0%, 46%, 77%, 9%) | — | |
| HSV | hsv(24, 77%, 91%) | — | |
| HWB | hwb(24 21% 9%) | color: hwb(24 21% 9%) | |
| OKLCH | oklch(0.6968 0.1545 50.92) | color: oklch(0.6968 0.1545 50.92) | |
| Lab | lab(63.28 35.93 54.73) | color: lab(63.28 35.93 54.73) | |
| LCH | lch(63.28 65.47 56.72) | color: lch(63.28 65.47 56.72) |
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)
#B9B847 — rgb(185, 184, 71)
Deuteranopia (Green-blind)
#BFC74B — rgb(191, 199, 75)
Tritanopia (Blue-blind)
#E25558 — rgb(226, 85, 88)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(24, 79%, 56%);
text
color: hsl(24, 79%, 56%);
border
border: 2px solid hsl(24, 79%, 56%);
gradient light
background: linear-gradient(to right, hsl(24, 79%, 76%), hsl(24, 79%, 56%));
gradient dark
background: linear-gradient(to right, hsl(24, 79%, 56%), hsl(24, 79%, 36%))
hex
background-color: #E77D36;
tailwind
bg-[hsl(24,79%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(24, 79%, 56%, 0.4);
css variable
--color-primary: hsl(24, 79%, 56%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(24, 79%, 56%)?
HEX: #E77D36 | RGB: rgb(231, 125, 54) | CMYK: 0%, 46%, 77%, 9% | HSV: 24°, 77%, 91%. Copy any format from the conversion table above.
What colors go well with #E77D36?
The complementary color is HSL(204, 79%, 56%). 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, 79%, 56%) in CSS?
As HSL: color: hsl(24, 79%, 56%); — As HEX: color: #E77D36; — As RGB: color: rgb(231, 125, 54); — Tailwind CSS: bg-[hsl(24,79%,56%)] — CSS variable: --color-primary: hsl(24, 79%, 56%);