HSL(29, 76%, 50%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,76%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 76%, 50%) | color: hsl(29, 76%, 50%) | |
| HEX | #E07C1F | color: #E07C1F | |
| RGB | rgb(224, 124, 31) | color: rgb(224, 124, 31) | |
| CMYK | cmyk(0%, 45%, 86%, 12%) | — | |
| HSV | hsv(29, 86%, 88%) | — | |
| HWB | hwb(29 12% 12%) | color: hwb(29 12% 12%) | |
| OKLCH | oklch(0.6843 0.1562 56.6) | color: oklch(0.6843 0.1562 56.6) | |
| Lab | lab(61.97 32.91 62.12) | color: lab(61.97 32.91 62.12) | |
| LCH | lch(61.97 70.3 62.09) | color: lch(61.97 70.3 62.09) |
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)
#B5B436 — rgb(181, 180, 54)
Deuteranopia (Green-blind)
#BBC23B — rgb(187, 194, 59)
Tritanopia (Blue-blind)
#DB474B — rgb(219, 71, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 76%, 50%);
text
color: hsl(29, 76%, 50%);
border
border: 2px solid hsl(29, 76%, 50%);
gradient light
background: linear-gradient(to right, hsl(29, 76%, 70%), hsl(29, 76%, 50%));
gradient dark
background: linear-gradient(to right, hsl(29, 76%, 50%), hsl(29, 76%, 30%))
hex
background-color: #E07C1F;
tailwind
bg-[hsl(29,76%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 76%, 50%, 0.4);
css variable
--color-primary: hsl(29, 76%, 50%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 76%, 50%)?
HEX: #E07C1F | RGB: rgb(224, 124, 31) | CMYK: 0%, 45%, 86%, 12% | HSV: 29°, 86%, 88%. Copy any format from the conversion table above.
What colors go well with #E07C1F?
The complementary color is HSL(209, 76%, 50%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(29, 76%, 50%) in CSS?
As HSL: color: hsl(29, 76%, 50%); — As HEX: color: #E07C1F; — As RGB: color: rgb(224, 124, 31); — Tailwind CSS: bg-[hsl(29,76%,50%)] — CSS variable: --color-primary: hsl(29, 76%, 50%);