HSL(330, 72%, 34%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
5000K
CSS Class
bg-[hsl(330,72%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(330, 72%, 34%) | color: hsl(330, 72%, 34%) | |
| HEX | #951857 | color: #951857 | |
| RGB | rgb(149, 24, 87) | color: rgb(149, 24, 87) | |
| CMYK | cmyk(0%, 84%, 42%, 42%) | — | |
| HSV | hsv(330, 84%, 58%) | — | |
| HWB | hwb(330 9% 42%) | color: hwb(330 9% 42%) | |
| OKLCH | oklch(0.448 0.166 356.36) | color: oklch(0.448 0.166 356.36) | |
| Lab | lab(33.42 53.79 -4.26) | color: lab(33.42 53.79 -4.26) | |
| LCH | lch(33.42 53.96 355.47) | color: lch(33.42 53.96 355.47) |
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)
#5F5E48 — rgb(95, 94, 72)
Deuteranopia (Green-blind)
#667044 — rgb(102, 112, 68)
Tritanopia (Blue-blind)
#8F3C39 — rgb(143, 60, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(330, 72%, 34%);
text
color: hsl(330, 72%, 34%);
border
border: 2px solid hsl(330, 72%, 34%);
gradient light
background: linear-gradient(to right, hsl(330, 72%, 54%), hsl(330, 72%, 34%));
gradient dark
background: linear-gradient(to right, hsl(330, 72%, 34%), hsl(330, 72%, 14%))
hex
background-color: #951857;
tailwind
bg-[hsl(330,72%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(330, 72%, 34%, 0.4);
css variable
--color-primary: hsl(330, 72%, 34%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(330, 72%, 34%)?
HEX: #951857 | RGB: rgb(149, 24, 87) | CMYK: 0%, 84%, 42%, 42% | HSV: 330°, 84%, 58%. Copy any format from the conversion table above.
What colors go well with #951857?
The complementary color is HSL(150, 72%, 34%). For a triadic harmony, use hues 330°, 90°, and 210°. For analogous combinations, try hues 300° and 0°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(330, 72%, 34%) in CSS?
As HSL: color: hsl(330, 72%, 34%); — As HEX: color: #951857; — As RGB: color: rgb(149, 24, 87); — Tailwind CSS: bg-[hsl(330,72%,34%)] — CSS variable: --color-primary: hsl(330, 72%, 34%);