HSL(18, 100%, 46%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(18,100%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(18, 100%, 46%) | color: hsl(18, 100%, 46%) | |
| HEX | #EB4600 | color: #EB4600 | |
| RGB | rgb(235, 70, 0) | color: rgb(235, 70, 0) | |
| CMYK | cmyk(0%, 70%, 100%, 8%) | — | |
| HSV | hsv(18, 100%, 92%) | — | |
| HWB | hwb(18 0% 8%) | color: hwb(18 0% 8%) | |
| OKLCH | oklch(0.6274 0.2103 36.93) | color: oklch(0.6274 0.2103 36.93) | |
| Lab | lab(54.08 61.22 65.25) | color: lab(54.08 61.22 65.25) | |
| LCH | lch(54.08 89.47 46.83) | color: lch(54.08 89.47 46.83) |
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)
#A4A211 — rgb(164, 162, 17)
Deuteranopia (Green-blind)
#ADBA15 — rgb(173, 186, 21)
Tritanopia (Blue-blind)
#E31E21 — rgb(227, 30, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(18, 100%, 46%);
text
color: hsl(18, 100%, 46%);
border
border: 2px solid hsl(18, 100%, 46%);
gradient light
background: linear-gradient(to right, hsl(18, 100%, 66%), hsl(18, 100%, 46%));
gradient dark
background: linear-gradient(to right, hsl(18, 100%, 46%), hsl(18, 100%, 26%))
hex
background-color: #EB4600;
tailwind
bg-[hsl(18,100%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(18, 100%, 46%, 0.4);
css variable
--color-primary: hsl(18, 100%, 46%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(18, 100%, 46%)?
HEX: #EB4600 | RGB: rgb(235, 70, 0) | CMYK: 0%, 70%, 100%, 8% | HSV: 18°, 100%, 92%. Copy any format from the conversion table above.
What colors go well with #EB4600?
The complementary color is HSL(198, 100%, 46%). For a triadic harmony, use hues 18°, 138°, and 258°. For analogous combinations, try hues 348° and 48°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(18, 100%, 46%) in CSS?
As HSL: color: hsl(18, 100%, 46%); — As HEX: color: #EB4600; — As RGB: color: rgb(235, 70, 0); — Tailwind CSS: bg-[hsl(18,100%,46%)] — CSS variable: --color-primary: hsl(18, 100%, 46%);