HSL(337, 70%, 34%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,70%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 70%, 34%) | color: hsl(337, 70%, 34%) | |
| HEX | #931A49 | color: #931A49 | |
| RGB | rgb(147, 26, 73) | color: rgb(147, 26, 73) | |
| CMYK | cmyk(0%, 82%, 50%, 42%) | — | |
| HSV | hsv(337, 82%, 58%) | — | |
| HWB | hwb(337 10% 42%) | color: hwb(337 10% 42%) | |
| OKLCH | oklch(0.4409 0.1579 3.77) | color: oklch(0.4409 0.1579 3.77) | |
| Lab | lab(32.76 51.41 3.87) | color: lab(32.76 51.41 3.87) | |
| LCH | lch(32.76 51.56 4.3) | color: lch(32.76 51.56 4.3) |
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)
#5F5E3E — rgb(95, 94, 62)
Deuteranopia (Green-blind)
#666F3B — rgb(102, 111, 59)
Tritanopia (Blue-blind)
#8D3533 — rgb(141, 53, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 70%, 34%);
text
color: hsl(337, 70%, 34%);
border
border: 2px solid hsl(337, 70%, 34%);
gradient light
background: linear-gradient(to right, hsl(337, 70%, 54%), hsl(337, 70%, 34%));
gradient dark
background: linear-gradient(to right, hsl(337, 70%, 34%), hsl(337, 70%, 14%))
hex
background-color: #931A49;
tailwind
bg-[hsl(337,70%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 70%, 34%, 0.4);
css variable
--color-primary: hsl(337, 70%, 34%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 70%, 34%)?
HEX: #931A49 | RGB: rgb(147, 26, 73) | CMYK: 0%, 82%, 50%, 42% | HSV: 337°, 82%, 58%. Copy any format from the conversion table above.
What colors go well with #931A49?
The complementary color is HSL(157, 70%, 34%). 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, 70%, 34%) in CSS?
As HSL: color: hsl(337, 70%, 34%); — As HEX: color: #931A49; — As RGB: color: rgb(147, 26, 73); — Tailwind CSS: bg-[hsl(337,70%,34%)] — CSS variable: --color-primary: hsl(337, 70%, 34%);