HSL(336, 92%, 39%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(336,92%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(336, 92%, 39%) | color: hsl(336, 92%, 39%) | |
| HEX | #BF0851 | color: #BF0851 | |
| RGB | rgb(191, 8, 81) | color: rgb(191, 8, 81) | |
| CMYK | cmyk(0%, 96%, 58%, 25%) | — | |
| HSV | hsv(336, 96%, 75%) | — | |
| HWB | hwb(336 3% 25%) | color: hwb(336 3% 25%) | |
| OKLCH | oklch(0.5176 0.204 8.23) | color: oklch(0.5176 0.204 8.23) | |
| Lab | lab(40.97 66.28 11.58) | color: lab(40.97 66.28 11.58) | |
| LCH | lch(40.97 67.28 9.91) | color: lch(40.97 67.28 9.91) |
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)
#706E3F — rgb(112, 110, 63)
Deuteranopia (Green-blind)
#7A883B — rgb(122, 136, 59)
Tritanopia (Blue-blind)
#B6312E — rgb(182, 49, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(336, 92%, 39%);
text
color: hsl(336, 92%, 39%);
border
border: 2px solid hsl(336, 92%, 39%);
gradient light
background: linear-gradient(to right, hsl(336, 92%, 59%), hsl(336, 92%, 39%));
gradient dark
background: linear-gradient(to right, hsl(336, 92%, 39%), hsl(336, 92%, 19%))
hex
background-color: #BF0851;
tailwind
bg-[hsl(336,92%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(336, 92%, 39%, 0.4);
css variable
--color-primary: hsl(336, 92%, 39%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(336, 92%, 39%)?
HEX: #BF0851 | RGB: rgb(191, 8, 81) | CMYK: 0%, 96%, 58%, 25% | HSV: 336°, 96%, 75%. Copy any format from the conversion table above.
What colors go well with #BF0851?
The complementary color is HSL(156, 92%, 39%). For a triadic harmony, use hues 336°, 96°, and 216°. For analogous combinations, try hues 306° and 6°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(336, 92%, 39%) in CSS?
As HSL: color: hsl(336, 92%, 39%); — As HEX: color: #BF0851; — As RGB: color: rgb(191, 8, 81); — Tailwind CSS: bg-[hsl(336,92%,39%)] — CSS variable: --color-primary: hsl(336, 92%, 39%);