HSL(337, 74%, 43%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,74%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 74%, 43%) | color: hsl(337, 74%, 43%) | |
| HEX | #BF1D5B | color: #BF1D5B | |
| RGB | rgb(191, 29, 91) | color: rgb(191, 29, 91) | |
| CMYK | cmyk(0%, 85%, 52%, 25%) | — | |
| HSV | hsv(337, 85%, 75%) | — | |
| HWB | hwb(337 11% 25%) | color: hwb(337 11% 25%) | |
| OKLCH | oklch(0.5284 0.1961 5.46) | color: oklch(0.5284 0.1961 5.46) | |
| Lab | lab(42.33 63.8 7.15) | color: lab(42.33 63.8 7.15) | |
| LCH | lch(42.33 64.2 6.39) | color: lch(42.33 64.2 6.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)
#79774C — rgb(121, 119, 76)
Deuteranopia (Green-blind)
#828E48 — rgb(130, 142, 72)
Tritanopia (Blue-blind)
#B7403E — rgb(183, 64, 62)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 74%, 43%);
text
color: hsl(337, 74%, 43%);
border
border: 2px solid hsl(337, 74%, 43%);
gradient light
background: linear-gradient(to right, hsl(337, 74%, 63%), hsl(337, 74%, 43%));
gradient dark
background: linear-gradient(to right, hsl(337, 74%, 43%), hsl(337, 74%, 23%))
hex
background-color: #BF1D5B;
tailwind
bg-[hsl(337,74%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 74%, 43%, 0.4);
css variable
--color-primary: hsl(337, 74%, 43%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 74%, 43%)?
HEX: #BF1D5B | RGB: rgb(191, 29, 91) | CMYK: 0%, 85%, 52%, 25% | HSV: 337°, 85%, 75%. Copy any format from the conversion table above.
What colors go well with #BF1D5B?
The complementary color is HSL(157, 74%, 43%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(337, 74%, 43%) in CSS?
As HSL: color: hsl(337, 74%, 43%); — As HEX: color: #BF1D5B; — As RGB: color: rgb(191, 29, 91); — Tailwind CSS: bg-[hsl(337,74%,43%)] — CSS variable: --color-primary: hsl(337, 74%, 43%);