HSL(10, 85%, 59%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(10,85%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(10, 85%, 59%) | color: hsl(10, 85%, 59%) | |
| HEX | #EF5B3E | color: #EF5B3E | |
| RGB | rgb(239, 91, 62) | color: rgb(239, 91, 62) | |
| CMYK | cmyk(0%, 62%, 74%, 6%) | — | |
| HSV | hsv(10, 74%, 94%) | — | |
| HWB | hwb(10 24% 6%) | color: hwb(10 24% 6%) | |
| OKLCH | oklch(0.6609 0.1882 33.02) | color: oklch(0.6609 0.1882 33.02) | |
| Lab | lab(58.21 55.47 45.99) | color: lab(58.21 55.47 45.99) | |
| LCH | lch(58.21 72.06 39.66) | color: lch(58.21 72.06 39.66) |
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)
#AFAE45 — rgb(175, 174, 69)
Deuteranopia (Green-blind)
#B8C347 — rgb(184, 195, 71)
Tritanopia (Blue-blind)
#E84B4C — rgb(232, 75, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(10, 85%, 59%);
text
color: hsl(10, 85%, 59%);
border
border: 2px solid hsl(10, 85%, 59%);
gradient light
background: linear-gradient(to right, hsl(10, 85%, 79%), hsl(10, 85%, 59%));
gradient dark
background: linear-gradient(to right, hsl(10, 85%, 59%), hsl(10, 85%, 39%))
hex
background-color: #EF5B3E;
tailwind
bg-[hsl(10,85%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(10, 85%, 59%, 0.4);
css variable
--color-primary: hsl(10, 85%, 59%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(10, 85%, 59%)?
HEX: #EF5B3E | RGB: rgb(239, 91, 62) | CMYK: 0%, 62%, 74%, 6% | HSV: 10°, 74%, 94%. Copy any format from the conversion table above.
What colors go well with #EF5B3E?
The complementary color is HSL(190, 85%, 59%). For a triadic harmony, use hues 10°, 130°, and 250°. For analogous combinations, try hues 340° and 40°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(10, 85%, 59%) in CSS?
As HSL: color: hsl(10, 85%, 59%); — As HEX: color: #EF5B3E; — As RGB: color: rgb(239, 91, 62); — Tailwind CSS: bg-[hsl(10,85%,59%)] — CSS variable: --color-primary: hsl(10, 85%, 59%);