HSL(26, 60%, 78%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(26,60%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(26, 60%, 78%) | color: hsl(26, 60%, 78%) | |
| HEX | #E9C2A5 | color: #E9C2A5 | |
| RGB | rgb(233, 194, 165) | color: rgb(233, 194, 165) | |
| CMYK | cmyk(0%, 17%, 29%, 9%) | — | |
| HSV | hsv(26, 29%, 91%) | — | |
| HWB | hwb(26 65% 9%) | color: hwb(26 65% 9%) | |
| OKLCH | oklch(0.8406 0.0594 58.46) | color: oklch(0.8406 0.0594 58.46) | |
| Lab | lab(81.09 9.7 19.79) | color: lab(81.09 9.7 19.79) | |
| LCH | lch(81.09 22.04 63.89) | color: lch(81.09 22.04 63.89) |
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)
#D8D8AC — rgb(216, 216, 172)
Deuteranopia (Green-blind)
#DADDAE — rgb(218, 221, 174)
Tritanopia (Blue-blind)
#E7B2B3 — rgb(231, 178, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(26, 60%, 78%);
text
color: hsl(26, 60%, 78%);
border
border: 2px solid hsl(26, 60%, 78%);
gradient light
background: linear-gradient(to right, hsl(26, 60%, 98%), hsl(26, 60%, 78%));
gradient dark
background: linear-gradient(to right, hsl(26, 60%, 78%), hsl(26, 60%, 58%))
hex
background-color: #E9C2A5;
tailwind
bg-[hsl(26,60%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(26, 60%, 78%, 0.4);
css variable
--color-primary: hsl(26, 60%, 78%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(26, 60%, 78%)?
HEX: #E9C2A5 | RGB: rgb(233, 194, 165) | CMYK: 0%, 17%, 29%, 9% | HSV: 26°, 29%, 91%. Copy any format from the conversion table above.
What colors go well with #E9C2A5?
The complementary color is HSL(206, 60%, 78%). 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, 60%, 78%) in CSS?
As HSL: color: hsl(26, 60%, 78%); — As HEX: color: #E9C2A5; — As RGB: color: rgb(233, 194, 165); — Tailwind CSS: bg-[hsl(26,60%,78%)] — CSS variable: --color-primary: hsl(26, 60%, 78%);