HSL(36, 92%, 48%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,92%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 92%, 48%) | color: hsl(36, 92%, 48%) | |
| HEX | #EB910A | color: #EB910A | |
| RGB | rgb(235, 145, 10) | color: rgb(235, 145, 10) | |
| CMYK | cmyk(0%, 38%, 96%, 8%) | — | |
| HSV | hsv(36, 96%, 92%) | — | |
| HWB | hwb(36 4% 8%) | color: hwb(36 4% 8%) | |
| OKLCH | oklch(0.7335 0.1609 66.52) | color: oklch(0.7335 0.1609 66.52) | |
| Lab | lab(67.98 26.12 71.9) | color: lab(67.98 26.12 71.9) | |
| LCH | lch(67.98 76.5 70.03) | color: lch(67.98 76.5 70.03) |
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)
#C4C32B — rgb(196, 195, 43)
Deuteranopia (Green-blind)
#C9D033 — rgb(201, 208, 51)
Tritanopia (Blue-blind)
#E7444A — rgb(231, 68, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 92%, 48%);
text
color: hsl(36, 92%, 48%);
border
border: 2px solid hsl(36, 92%, 48%);
gradient light
background: linear-gradient(to right, hsl(36, 92%, 68%), hsl(36, 92%, 48%));
gradient dark
background: linear-gradient(to right, hsl(36, 92%, 48%), hsl(36, 92%, 28%))
hex
background-color: #EB910A;
tailwind
bg-[hsl(36,92%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 92%, 48%, 0.4);
css variable
--color-primary: hsl(36, 92%, 48%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 92%, 48%)?
HEX: #EB910A | RGB: rgb(235, 145, 10) | CMYK: 0%, 38%, 96%, 8% | HSV: 36°, 96%, 92%. Copy any format from the conversion table above.
What colors go well with #EB910A?
The complementary color is HSL(216, 92%, 48%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 92%, 48%) in CSS?
As HSL: color: hsl(36, 92%, 48%); — As HEX: color: #EB910A; — As RGB: color: rgb(235, 145, 10); — Tailwind CSS: bg-[hsl(36,92%,48%)] — CSS variable: --color-primary: hsl(36, 92%, 48%);