HSL(25, 85%, 55%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(25,85%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(25, 85%, 55%) | color: hsl(25, 85%, 55%) | |
| HEX | #EE7C2B | color: #EE7C2B | |
| RGB | rgb(238, 124, 43) | color: rgb(238, 124, 43) | |
| CMYK | cmyk(0%, 48%, 82%, 7%) | — | |
| HSV | hsv(25, 82%, 93%) | — | |
| HWB | hwb(25 17% 7%) | color: hwb(25 17% 7%) | |
| OKLCH | oklch(0.7039 0.1656 51.02) | color: oklch(0.7039 0.1656 51.02) | |
| Lab | lab(63.98 38.84 60.33) | color: lab(63.98 38.84 60.33) | |
| LCH | lch(63.98 71.75 57.23) | color: lch(63.98 71.75 57.23) |
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)
#BDBC3F — rgb(189, 188, 63)
Deuteranopia (Green-blind)
#C3CC43 — rgb(195, 204, 67)
Tritanopia (Blue-blind)
#E84E51 — rgb(232, 78, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(25, 85%, 55%);
text
color: hsl(25, 85%, 55%);
border
border: 2px solid hsl(25, 85%, 55%);
gradient light
background: linear-gradient(to right, hsl(25, 85%, 75%), hsl(25, 85%, 55%));
gradient dark
background: linear-gradient(to right, hsl(25, 85%, 55%), hsl(25, 85%, 35%))
hex
background-color: #EE7C2B;
tailwind
bg-[hsl(25,85%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(25, 85%, 55%, 0.4);
css variable
--color-primary: hsl(25, 85%, 55%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(25, 85%, 55%)?
HEX: #EE7C2B | RGB: rgb(238, 124, 43) | CMYK: 0%, 48%, 82%, 7% | HSV: 25°, 82%, 93%. Copy any format from the conversion table above.
What colors go well with #EE7C2B?
The complementary color is HSL(205, 85%, 55%). 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, 85%, 55%) in CSS?
As HSL: color: hsl(25, 85%, 55%); — As HEX: color: #EE7C2B; — As RGB: color: rgb(238, 124, 43); — Tailwind CSS: bg-[hsl(25,85%,55%)] — CSS variable: --color-primary: hsl(25, 85%, 55%);