HSL(25, 80%, 65%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(25,80%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(25, 80%, 65%) | color: hsl(25, 80%, 65%) | |
| HEX | #ED9A5E | color: #ED9A5E | |
| RGB | rgb(237, 154, 94) | color: rgb(237, 154, 94) | |
| CMYK | cmyk(0%, 35%, 60%, 7%) | — | |
| HSV | hsv(25, 60%, 93%) | — | |
| HWB | hwb(25 37% 7%) | color: hwb(25 37% 7%) | |
| OKLCH | oklch(0.7579 0.1253 55.4) | color: oklch(0.7579 0.1253 55.4) | |
| Lab | lab(70.82 25.33 43.88) | color: lab(70.82 25.33 43.88) | |
| LCH | lch(70.82 50.67 60) | color: lch(70.82 50.67 60) |
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)
#C9C86D — rgb(201, 200, 109)
Deuteranopia (Green-blind)
#CED470 — rgb(206, 212, 112)
Tritanopia (Blue-blind)
#E9787B — rgb(233, 120, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(25, 80%, 65%);
text
color: hsl(25, 80%, 65%);
border
border: 2px solid hsl(25, 80%, 65%);
gradient light
background: linear-gradient(to right, hsl(25, 80%, 85%), hsl(25, 80%, 65%));
gradient dark
background: linear-gradient(to right, hsl(25, 80%, 65%), hsl(25, 80%, 45%))
hex
background-color: #ED9A5E;
tailwind
bg-[hsl(25,80%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(25, 80%, 65%, 0.4);
css variable
--color-primary: hsl(25, 80%, 65%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(25, 80%, 65%)?
HEX: #ED9A5E | RGB: rgb(237, 154, 94) | CMYK: 0%, 35%, 60%, 7% | HSV: 25°, 60%, 93%. Copy any format from the conversion table above.
What colors go well with #ED9A5E?
The complementary color is HSL(205, 80%, 65%). 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, 80%, 65%) in CSS?
As HSL: color: hsl(25, 80%, 65%); — As HEX: color: #ED9A5E; — As RGB: color: rgb(237, 154, 94); — Tailwind CSS: bg-[hsl(25,80%,65%)] — CSS variable: --color-primary: hsl(25, 80%, 65%);