HSL(25, 65%, 77%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(25,65%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(25, 65%, 77%) | color: hsl(25, 65%, 77%) | |
| HEX | #EABE9E | color: #EABE9E | |
| RGB | rgb(234, 190, 158) | color: rgb(234, 190, 158) | |
| CMYK | cmyk(0%, 19%, 32%, 8%) | — | |
| HSV | hsv(25, 32%, 92%) | — | |
| HWB | hwb(25 63% 8%) | color: hwb(25 63% 8%) | |
| OKLCH | oklch(0.8324 0.0665 57.69) | color: oklch(0.8324 0.0665 57.69) | |
| Lab | lab(80.06 11.3 22.12) | color: lab(80.06 11.3 22.12) | |
| LCH | lch(80.06 24.84 62.94) | color: lch(80.06 24.84 62.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)
#D7D7A6 — rgb(215, 215, 166)
Deuteranopia (Green-blind)
#DADDA8 — rgb(218, 221, 168)
Tritanopia (Blue-blind)
#E8ACAD — rgb(232, 172, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(25, 65%, 77%);
text
color: hsl(25, 65%, 77%);
border
border: 2px solid hsl(25, 65%, 77%);
gradient light
background: linear-gradient(to right, hsl(25, 65%, 97%), hsl(25, 65%, 77%));
gradient dark
background: linear-gradient(to right, hsl(25, 65%, 77%), hsl(25, 65%, 57%))
hex
background-color: #EABE9E;
tailwind
bg-[hsl(25,65%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(25, 65%, 77%, 0.4);
css variable
--color-primary: hsl(25, 65%, 77%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(25, 65%, 77%)?
HEX: #EABE9E | RGB: rgb(234, 190, 158) | CMYK: 0%, 19%, 32%, 8% | HSV: 25°, 32%, 92%. Copy any format from the conversion table above.
What colors go well with #EABE9E?
The complementary color is HSL(205, 65%, 77%). For a triadic harmony, use hues 25°, 145°, and 265°. For analogous combinations, try hues 355° and 55°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(25, 65%, 77%) in CSS?
As HSL: color: hsl(25, 65%, 77%); — As HEX: color: #EABE9E; — As RGB: color: rgb(234, 190, 158); — Tailwind CSS: bg-[hsl(25,65%,77%)] — CSS variable: --color-primary: hsl(25, 65%, 77%);