HSL(332, 90%, 45%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,90%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 90%, 45%) | color: hsl(332, 90%, 45%) | |
| HEX | #DA0B6C | color: #DA0B6C | |
| RGB | rgb(218, 11, 108) | color: rgb(218, 11, 108) | |
| CMYK | cmyk(0%, 95%, 50%, 15%) | — | |
| HSV | hsv(332, 95%, 85%) | — | |
| HWB | hwb(332 4% 15%) | color: hwb(332 4% 15%) | |
| OKLCH | oklch(0.5754 0.2282 2.96) | color: oklch(0.5754 0.2282 2.96) | |
| Lab | lab(47.28 74.15 4.34) | color: lab(47.28 74.15 4.34) | |
| LCH | lch(47.28 74.28 3.35) | color: lch(47.28 74.28 3.35) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#807F55 — rgb(128, 127, 85)
Deuteranopia (Green-blind)
#8C9C4F — rgb(140, 156, 79)
Tritanopia (Blue-blind)
#D0423E — rgb(208, 66, 62)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 90%, 45%);
text
color: hsl(332, 90%, 45%);
border
border: 2px solid hsl(332, 90%, 45%);
gradient light
background: linear-gradient(to right, hsl(332, 90%, 65%), hsl(332, 90%, 45%));
gradient dark
background: linear-gradient(to right, hsl(332, 90%, 45%), hsl(332, 90%, 25%))
hex
background-color: #DA0B6C;
tailwind
bg-[hsl(332,90%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 90%, 45%, 0.4);
css variable
--color-primary: hsl(332, 90%, 45%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 90%, 45%)?
HEX: #DA0B6C | RGB: rgb(218, 11, 108) | CMYK: 0%, 95%, 50%, 15% | HSV: 332°, 95%, 85%. Copy any format from the conversion table above.
What colors go well with #DA0B6C?
The complementary color is HSL(152, 90%, 45%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 90%, 45%) in CSS?
As HSL: color: hsl(332, 90%, 45%); — As HEX: color: #DA0B6C; — As RGB: color: rgb(218, 11, 108); — Tailwind CSS: bg-[hsl(332,90%,45%)] — CSS variable: --color-primary: hsl(332, 90%, 45%);