HSL(345, 90%, 48%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(345,90%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(345, 90%, 48%) | color: hsl(345, 90%, 48%) | |
| HEX | #E90C43 | color: #E90C43 | |
| RGB | rgb(233, 12, 67) | color: rgb(233, 12, 67) | |
| CMYK | cmyk(0%, 95%, 71%, 9%) | — | |
| HSV | hsv(345, 95%, 91%) | — | |
| HWB | hwb(345 5% 9%) | color: hwb(345 5% 9%) | |
| OKLCH | oklch(0.5941 0.2346 18.78) | color: oklch(0.5941 0.2346 18.78) | |
| Lab | lab(49.49 75.24 32.98) | color: lab(49.49 75.24 32.98) | |
| LCH | lch(49.49 82.15 23.67) | color: lch(49.49 82.15 23.67) |
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)
#898736 — rgb(137, 135, 54)
Deuteranopia (Green-blind)
#96A733 — rgb(150, 167, 51)
Tritanopia (Blue-blind)
#DE2B29 — rgb(222, 43, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(345, 90%, 48%);
text
color: hsl(345, 90%, 48%);
border
border: 2px solid hsl(345, 90%, 48%);
gradient light
background: linear-gradient(to right, hsl(345, 90%, 68%), hsl(345, 90%, 48%));
gradient dark
background: linear-gradient(to right, hsl(345, 90%, 48%), hsl(345, 90%, 28%))
hex
background-color: #E90C43;
tailwind
bg-[hsl(345,90%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(345, 90%, 48%, 0.4);
css variable
--color-primary: hsl(345, 90%, 48%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(345, 90%, 48%)?
HEX: #E90C43 | RGB: rgb(233, 12, 67) | CMYK: 0%, 95%, 71%, 9% | HSV: 345°, 95%, 91%. Copy any format from the conversion table above.
What colors go well with #E90C43?
The complementary color is HSL(165, 90%, 48%). For a triadic harmony, use hues 345°, 105°, and 225°. For analogous combinations, try hues 315° and 15°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(345, 90%, 48%) in CSS?
As HSL: color: hsl(345, 90%, 48%); — As HEX: color: #E90C43; — As RGB: color: rgb(233, 12, 67); — Tailwind CSS: bg-[hsl(345,90%,48%)] — CSS variable: --color-primary: hsl(345, 90%, 48%);