HSL(337, 95%, 17%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,95%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 95%, 17%) | color: hsl(337, 95%, 17%) | |
| HEX | #550222 | color: #550222 | |
| RGB | rgb(85, 2, 34) | color: rgb(85, 2, 34) | |
| CMYK | cmyk(0%, 98%, 60%, 67%) | — | |
| HSV | hsv(337, 98%, 33%) | — | |
| HWB | hwb(337 1% 67%) | color: hwb(337 1% 67%) | |
| OKLCH | oklch(0.2903 0.1138 6.57) | color: oklch(0.2903 0.1138 6.57) | |
| Lab | lab(15.96 37 5.08) | color: lab(15.96 37 5.08) | |
| LCH | lch(15.96 37.35 7.82) | color: lch(15.96 37.35 7.82) |
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)
#31301A — rgb(49, 48, 26)
Deuteranopia (Green-blind)
#363C18 — rgb(54, 60, 24)
Tritanopia (Blue-blind)
#511413 — rgb(81, 20, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 95%, 17%);
text
color: hsl(337, 95%, 17%);
border
border: 2px solid hsl(337, 95%, 17%);
gradient light
background: linear-gradient(to right, hsl(337, 95%, 37%), hsl(337, 95%, 17%));
gradient dark
background: linear-gradient(to right, hsl(337, 95%, 17%), hsl(337, 95%, 0%))
hex
background-color: #550222;
tailwind
bg-[hsl(337,95%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 95%, 17%, 0.4);
css variable
--color-primary: hsl(337, 95%, 17%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 95%, 17%)?
HEX: #550222 | RGB: rgb(85, 2, 34) | CMYK: 0%, 98%, 60%, 67% | HSV: 337°, 98%, 33%. Copy any format from the conversion table above.
What colors go well with #550222?
The complementary color is HSL(157, 95%, 17%). 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, 95%, 17%) in CSS?
As HSL: color: hsl(337, 95%, 17%); — As HEX: color: #550222; — As RGB: color: rgb(85, 2, 34); — Tailwind CSS: bg-[hsl(337,95%,17%)] — CSS variable: --color-primary: hsl(337, 95%, 17%);