HSL(326, 90%, 48%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,90%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 90%, 48%) | color: hsl(326, 90%, 48%) | |
| HEX | #E90C89 | color: #E90C89 | |
| RGB | rgb(233, 12, 137) | color: rgb(233, 12, 137) | |
| CMYK | cmyk(0%, 95%, 41%, 9%) | — | |
| HSV | hsv(326, 95%, 91%) | — | |
| HWB | hwb(326 5% 9%) | color: hwb(326 5% 9%) | |
| OKLCH | oklch(0.6116 0.2469 355.75) | color: oklch(0.6116 0.2469 355.75) | |
| Lab | lab(51.15 79.72 -7.33) | color: lab(51.15 79.72 -7.33) | |
| LCH | lch(51.15 80.06 354.75) | color: lch(51.15 80.06 354.75) |
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)
#89876B — rgb(137, 135, 107)
Deuteranopia (Green-blind)
#96A764 — rgb(150, 167, 100)
Tritanopia (Blue-blind)
#DE534E — rgb(222, 83, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 90%, 48%);
text
color: hsl(326, 90%, 48%);
border
border: 2px solid hsl(326, 90%, 48%);
gradient light
background: linear-gradient(to right, hsl(326, 90%, 68%), hsl(326, 90%, 48%));
gradient dark
background: linear-gradient(to right, hsl(326, 90%, 48%), hsl(326, 90%, 28%))
hex
background-color: #E90C89;
tailwind
bg-[hsl(326,90%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 90%, 48%, 0.4);
css variable
--color-primary: hsl(326, 90%, 48%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 90%, 48%)?
HEX: #E90C89 | RGB: rgb(233, 12, 137) | CMYK: 0%, 95%, 41%, 9% | HSV: 326°, 95%, 91%. Copy any format from the conversion table above.
What colors go well with #E90C89?
The complementary color is HSL(146, 90%, 48%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 90%, 48%) in CSS?
As HSL: color: hsl(326, 90%, 48%); — As HEX: color: #E90C89; — As RGB: color: rgb(233, 12, 137); — Tailwind CSS: bg-[hsl(326,90%,48%)] — CSS variable: --color-primary: hsl(326, 90%, 48%);