HSL(23, 90%, 49%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(23,90%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 90%, 49%) | color: hsl(23, 90%, 49%) | |
| HEX | #ED630C | color: #ED630C | |
| RGB | rgb(237, 99, 12) | color: rgb(237, 99, 12) | |
| CMYK | cmyk(0%, 58%, 95%, 7%) | — | |
| HSV | hsv(23, 95%, 93%) | — | |
| HWB | hwb(23 5% 7%) | color: hwb(23 5% 7%) | |
| OKLCH | oklch(0.6648 0.1885 44.4) | color: oklch(0.6648 0.1885 44.4) | |
| Lab | lab(58.94 49.99 65.77) | color: lab(58.94 49.99 65.77) | |
| LCH | lch(58.94 82.61 52.76) | color: lch(58.94 82.61 52.76) |
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)
#B1B021 — rgb(177, 176, 33)
Deuteranopia (Green-blind)
#B9C426 — rgb(185, 196, 38)
Tritanopia (Blue-blind)
#E63235 — rgb(230, 50, 53)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 90%, 49%);
text
color: hsl(23, 90%, 49%);
border
border: 2px solid hsl(23, 90%, 49%);
gradient light
background: linear-gradient(to right, hsl(23, 90%, 69%), hsl(23, 90%, 49%));
gradient dark
background: linear-gradient(to right, hsl(23, 90%, 49%), hsl(23, 90%, 29%))
hex
background-color: #ED630C;
tailwind
bg-[hsl(23,90%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 90%, 49%, 0.4);
css variable
--color-primary: hsl(23, 90%, 49%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 90%, 49%)?
HEX: #ED630C | RGB: rgb(237, 99, 12) | CMYK: 0%, 58%, 95%, 7% | HSV: 23°, 95%, 93%. Copy any format from the conversion table above.
What colors go well with #ED630C?
The complementary color is HSL(203, 90%, 49%). For a triadic harmony, use hues 23°, 143°, and 263°. For analogous combinations, try hues 353° and 53°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(23, 90%, 49%) in CSS?
As HSL: color: hsl(23, 90%, 49%); — As HEX: color: #ED630C; — As RGB: color: rgb(237, 99, 12); — Tailwind CSS: bg-[hsl(23,90%,49%)] — CSS variable: --color-primary: hsl(23, 90%, 49%);