HSL(323, 75%, 49%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,75%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 75%, 49%) | color: hsl(323, 75%, 49%) | |
| HEX | #DB1F93 | color: #DB1F93 | |
| RGB | rgb(219, 31, 147) | color: rgb(219, 31, 147) | |
| CMYK | cmyk(0%, 86%, 33%, 14%) | — | |
| HSV | hsv(323, 86%, 86%) | — | |
| HWB | hwb(323 12% 14%) | color: hwb(323 12% 14%) | |
| OKLCH | oklch(0.5974 0.2345 349.84) | color: oklch(0.5974 0.2345 349.84) | |
| Lab | lab(49.68 75.19 -15.82) | color: lab(49.68 75.19 -15.82) | |
| LCH | lch(49.68 76.84 348.12) | color: lch(49.68 76.84 348.12) |
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)
#8A8877 — rgb(138, 136, 119)
Deuteranopia (Green-blind)
#95A370 — rgb(149, 163, 112)
Tritanopia (Blue-blind)
#D2615C — rgb(210, 97, 92)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 75%, 49%);
text
color: hsl(323, 75%, 49%);
border
border: 2px solid hsl(323, 75%, 49%);
gradient light
background: linear-gradient(to right, hsl(323, 75%, 69%), hsl(323, 75%, 49%));
gradient dark
background: linear-gradient(to right, hsl(323, 75%, 49%), hsl(323, 75%, 29%))
hex
background-color: #DB1F93;
tailwind
bg-[hsl(323,75%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 75%, 49%, 0.4);
css variable
--color-primary: hsl(323, 75%, 49%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 75%, 49%)?
HEX: #DB1F93 | RGB: rgb(219, 31, 147) | CMYK: 0%, 86%, 33%, 14% | HSV: 323°, 86%, 86%. Copy any format from the conversion table above.
What colors go well with #DB1F93?
The complementary color is HSL(143, 75%, 49%). 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, 75%, 49%) in CSS?
As HSL: color: hsl(323, 75%, 49%); — As HEX: color: #DB1F93; — As RGB: color: rgb(219, 31, 147); — Tailwind CSS: bg-[hsl(323,75%,49%)] — CSS variable: --color-primary: hsl(323, 75%, 49%);