HSL(26, 82%, 60%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(26,82%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(26, 82%, 60%) | color: hsl(26, 82%, 60%) | |
| HEX | #ED8E45 | color: #ED8E45 | |
| RGB | rgb(237, 142, 69) | color: rgb(237, 142, 69) | |
| CMYK | cmyk(0%, 40%, 71%, 7%) | — | |
| HSV | hsv(26, 71%, 93%) | — | |
| HWB | hwb(26 27% 7%) | color: hwb(26 27% 7%) | |
| OKLCH | oklch(0.7341 0.1443 55.41) | color: oklch(0.7341 0.1443 55.41) | |
| Lab | lab(67.86 30.17 52.83) | color: lab(67.86 30.17 52.83) | |
| LCH | lch(67.86 60.84 60.27) | color: lch(67.86 60.84 60.27) |
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)
#C4C357 — rgb(196, 195, 87)
Deuteranopia (Green-blind)
#C9D15B — rgb(201, 209, 91)
Tritanopia (Blue-blind)
#E86568 — rgb(232, 101, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(26, 82%, 60%);
text
color: hsl(26, 82%, 60%);
border
border: 2px solid hsl(26, 82%, 60%);
gradient light
background: linear-gradient(to right, hsl(26, 82%, 80%), hsl(26, 82%, 60%));
gradient dark
background: linear-gradient(to right, hsl(26, 82%, 60%), hsl(26, 82%, 40%))
hex
background-color: #ED8E45;
tailwind
bg-[hsl(26,82%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(26, 82%, 60%, 0.4);
css variable
--color-primary: hsl(26, 82%, 60%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(26, 82%, 60%)?
HEX: #ED8E45 | RGB: rgb(237, 142, 69) | CMYK: 0%, 40%, 71%, 7% | HSV: 26°, 71%, 93%. Copy any format from the conversion table above.
What colors go well with #ED8E45?
The complementary color is HSL(206, 82%, 60%). For a triadic harmony, use hues 26°, 146°, and 266°. For analogous combinations, try hues 356° and 56°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(26, 82%, 60%) in CSS?
As HSL: color: hsl(26, 82%, 60%); — As HEX: color: #ED8E45; — As RGB: color: rgb(237, 142, 69); — Tailwind CSS: bg-[hsl(26,82%,60%)] — CSS variable: --color-primary: hsl(26, 82%, 60%);