HSL(337, 67%, 16%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,67%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 67%, 16%) | color: hsl(337, 67%, 16%) | |
| HEX | #440D22 | color: #440D22 | |
| RGB | rgb(68, 13, 34) | color: rgb(68, 13, 34) | |
| CMYK | cmyk(0%, 81%, 50%, 73%) | — | |
| HSV | hsv(337, 81%, 27%) | — | |
| HWB | hwb(337 5% 73%) | color: hwb(337 5% 73%) | |
| OKLCH | oklch(0.2648 0.0855 1.85) | color: oklch(0.2648 0.0855 1.85) | |
| Lab | lab(13.43 27.89 0.95) | color: lab(13.43 27.89 0.95) | |
| LCH | lch(13.43 27.91 1.95) | color: lch(13.43 27.91 1.95) |
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)
#2C2C1D — rgb(44, 44, 29)
Deuteranopia (Green-blind)
#2F341C — rgb(47, 52, 28)
Tritanopia (Blue-blind)
#411918 — rgb(65, 25, 24)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 67%, 16%);
text
color: hsl(337, 67%, 16%);
border
border: 2px solid hsl(337, 67%, 16%);
gradient light
background: linear-gradient(to right, hsl(337, 67%, 36%), hsl(337, 67%, 16%));
gradient dark
background: linear-gradient(to right, hsl(337, 67%, 16%), hsl(337, 67%, 0%))
hex
background-color: #440D22;
tailwind
bg-[hsl(337,67%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 67%, 16%, 0.4);
css variable
--color-primary: hsl(337, 67%, 16%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 67%, 16%)?
HEX: #440D22 | RGB: rgb(68, 13, 34) | CMYK: 0%, 81%, 50%, 73% | HSV: 337°, 81%, 27%. Copy any format from the conversion table above.
What colors go well with #440D22?
The complementary color is HSL(157, 67%, 16%). 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, 67%, 16%) in CSS?
As HSL: color: hsl(337, 67%, 16%); — As HEX: color: #440D22; — As RGB: color: rgb(68, 13, 34); — Tailwind CSS: bg-[hsl(337,67%,16%)] — CSS variable: --color-primary: hsl(337, 67%, 16%);