HSL(334, 80%, 39%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(334,80%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(334, 80%, 39%) | color: hsl(334, 80%, 39%) | |
| HEX | #B31459 | color: #B31459 | |
| RGB | rgb(179, 20, 89) | color: rgb(179, 20, 89) | |
| CMYK | cmyk(0%, 89%, 50%, 30%) | — | |
| HSV | hsv(334, 89%, 70%) | — | |
| HWB | hwb(334 8% 30%) | color: hwb(334 8% 30%) | |
| OKLCH | oklch(0.5015 0.1919 3.01) | color: oklch(0.5015 0.1919 3.01) | |
| Lab | lab(39.26 62.39 3.7) | color: lab(39.26 62.39 3.7) | |
| LCH | lch(39.26 62.5 3.39) | color: lch(39.26 62.5 3.39) |
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)
#6E6D48 — rgb(110, 109, 72)
Deuteranopia (Green-blind)
#778344 — rgb(119, 131, 68)
Tritanopia (Blue-blind)
#AB3B38 — rgb(171, 59, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(334, 80%, 39%);
text
color: hsl(334, 80%, 39%);
border
border: 2px solid hsl(334, 80%, 39%);
gradient light
background: linear-gradient(to right, hsl(334, 80%, 59%), hsl(334, 80%, 39%));
gradient dark
background: linear-gradient(to right, hsl(334, 80%, 39%), hsl(334, 80%, 19%))
hex
background-color: #B31459;
tailwind
bg-[hsl(334,80%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(334, 80%, 39%, 0.4);
css variable
--color-primary: hsl(334, 80%, 39%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(334, 80%, 39%)?
HEX: #B31459 | RGB: rgb(179, 20, 89) | CMYK: 0%, 89%, 50%, 30% | HSV: 334°, 89%, 70%. Copy any format from the conversion table above.
What colors go well with #B31459?
The complementary color is HSL(154, 80%, 39%). For a triadic harmony, use hues 334°, 94°, and 214°. For analogous combinations, try hues 304° and 4°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(334, 80%, 39%) in CSS?
As HSL: color: hsl(334, 80%, 39%); — As HEX: color: #B31459; — As RGB: color: rgb(179, 20, 89); — Tailwind CSS: bg-[hsl(334,80%,39%)] — CSS variable: --color-primary: hsl(334, 80%, 39%);