HSL(323, 92%, 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(323,92%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 92%, 43%) | color: hsl(323, 92%, 43%) | |
| HEX | #D30985 | color: #D30985 | |
| RGB | rgb(211, 9, 133) | color: rgb(211, 9, 133) | |
| CMYK | cmyk(0%, 96%, 37%, 17%) | — | |
| HSV | hsv(323, 96%, 83%) | — | |
| HWB | hwb(323 3% 17%) | color: hwb(323 3% 17%) | |
| OKLCH | oklch(0.571 0.2332 352.3) | color: oklch(0.571 0.2332 352.3) | |
| Lab | lab(46.63 74.93 -12.12) | color: lab(46.63 74.93 -12.12) | |
| LCH | lch(46.63 75.9 350.81) | color: lch(46.63 75.9 350.81) |
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)
#7C7A67 — rgb(124, 122, 103)
Deuteranopia (Green-blind)
#879660 — rgb(135, 150, 96)
Tritanopia (Blue-blind)
#C94F4A — rgb(201, 79, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 92%, 43%);
text
color: hsl(323, 92%, 43%);
border
border: 2px solid hsl(323, 92%, 43%);
gradient light
background: linear-gradient(to right, hsl(323, 92%, 63%), hsl(323, 92%, 43%));
gradient dark
background: linear-gradient(to right, hsl(323, 92%, 43%), hsl(323, 92%, 23%))
hex
background-color: #D30985;
tailwind
bg-[hsl(323,92%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 92%, 43%, 0.4);
css variable
--color-primary: hsl(323, 92%, 43%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 92%, 43%)?
HEX: #D30985 | RGB: rgb(211, 9, 133) | CMYK: 0%, 96%, 37%, 17% | HSV: 323°, 96%, 83%. Copy any format from the conversion table above.
What colors go well with #D30985?
The complementary color is HSL(143, 92%, 43%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 92%, 43%) in CSS?
As HSL: color: hsl(323, 92%, 43%); — As HEX: color: #D30985; — As RGB: color: rgb(211, 9, 133); — Tailwind CSS: bg-[hsl(323,92%,43%)] — CSS variable: --color-primary: hsl(323, 92%, 43%);