HSL(326, 90%, 43%)
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%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 90%, 43%) | color: hsl(326, 90%, 43%) | |
| HEX | #D00B7B | color: #D00B7B | |
| RGB | rgb(208, 11, 123) | color: rgb(208, 11, 123) | |
| CMYK | cmyk(0%, 95%, 41%, 18%) | — | |
| HSV | hsv(326, 95%, 82%) | — | |
| HWB | hwb(326 4% 18%) | color: hwb(326 4% 18%) | |
| OKLCH | oklch(0.5624 0.2267 355.31) | color: oklch(0.5624 0.2267 355.31) | |
| Lab | lab(45.75 73.17 -7.38) | color: lab(45.75 73.17 -7.38) | |
| LCH | lch(45.75 73.54 354.24) | color: lch(45.75 73.54 354.24) |
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)
#7B7960 — rgb(123, 121, 96)
Deuteranopia (Green-blind)
#869559 — rgb(134, 149, 89)
Tritanopia (Blue-blind)
#C64B46 — rgb(198, 75, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 90%, 43%);
text
color: hsl(326, 90%, 43%);
border
border: 2px solid hsl(326, 90%, 43%);
gradient light
background: linear-gradient(to right, hsl(326, 90%, 63%), hsl(326, 90%, 43%));
gradient dark
background: linear-gradient(to right, hsl(326, 90%, 43%), hsl(326, 90%, 23%))
hex
background-color: #D00B7B;
tailwind
bg-[hsl(326,90%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 90%, 43%, 0.4);
css variable
--color-primary: hsl(326, 90%, 43%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 90%, 43%)?
HEX: #D00B7B | RGB: rgb(208, 11, 123) | CMYK: 0%, 95%, 41%, 18% | HSV: 326°, 95%, 82%. Copy any format from the conversion table above.
What colors go well with #D00B7B?
The complementary color is HSL(146, 90%, 43%). 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%, 43%) in CSS?
As HSL: color: hsl(326, 90%, 43%); — As HEX: color: #D00B7B; — As RGB: color: rgb(208, 11, 123); — Tailwind CSS: bg-[hsl(326,90%,43%)] — CSS variable: --color-primary: hsl(326, 90%, 43%);