HSL(34, 79%, 49%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(34,79%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(34, 79%, 49%) | color: hsl(34, 79%, 49%) | |
| HEX | #E08A1A | color: #E08A1A | |
| RGB | rgb(224, 138, 26) | color: rgb(224, 138, 26) | |
| CMYK | cmyk(0%, 38%, 88%, 12%) | — | |
| HSV | hsv(34, 88%, 88%) | — | |
| HWB | hwb(34 11% 12%) | color: hwb(34 11% 12%) | |
| OKLCH | oklch(0.708 0.1519 65.29) | color: oklch(0.708 0.1519 65.29) | |
| Lab | lab(65.04 25.42 66.02) | color: lab(65.04 25.42 66.02) | |
| LCH | lch(65.04 70.74 68.94) | color: lch(65.04 70.74 68.94) |
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)
#BBBA35 — rgb(187, 186, 53)
Deuteranopia (Green-blind)
#C0C63C — rgb(192, 198, 60)
Tritanopia (Blue-blind)
#DC4A4F — rgb(220, 74, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(34, 79%, 49%);
text
color: hsl(34, 79%, 49%);
border
border: 2px solid hsl(34, 79%, 49%);
gradient light
background: linear-gradient(to right, hsl(34, 79%, 69%), hsl(34, 79%, 49%));
gradient dark
background: linear-gradient(to right, hsl(34, 79%, 49%), hsl(34, 79%, 29%))
hex
background-color: #E08A1A;
tailwind
bg-[hsl(34,79%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(34, 79%, 49%, 0.4);
css variable
--color-primary: hsl(34, 79%, 49%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(34, 79%, 49%)?
HEX: #E08A1A | RGB: rgb(224, 138, 26) | CMYK: 0%, 38%, 88%, 12% | HSV: 34°, 88%, 88%. Copy any format from the conversion table above.
What colors go well with #E08A1A?
The complementary color is HSL(214, 79%, 49%). For a triadic harmony, use hues 34°, 154°, and 274°. For analogous combinations, try hues 4° and 64°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(34, 79%, 49%) in CSS?
As HSL: color: hsl(34, 79%, 49%); — As HEX: color: #E08A1A; — As RGB: color: rgb(224, 138, 26); — Tailwind CSS: bg-[hsl(34,79%,49%)] — CSS variable: --color-primary: hsl(34, 79%, 49%);