HSL(337, 40%, 44%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,40%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 40%, 44%) | color: hsl(337, 40%, 44%) | |
| HEX | #9D4366 | color: #9D4366 | |
| RGB | rgb(157, 67, 102) | color: rgb(157, 67, 102) | |
| CMYK | cmyk(0%, 57%, 35%, 38%) | — | |
| HSV | hsv(337, 57%, 62%) | — | |
| HWB | hwb(337 27% 38%) | color: hwb(337 27% 38%) | |
| OKLCH | oklch(0.5115 0.1254 358.11) | color: oklch(0.5115 0.1254 358.11) | |
| Lab | lab(41.44 41.18 -1.78) | color: lab(41.44 41.18 -1.78) | |
| LCH | lch(41.44 41.22 357.52) | color: lch(41.44 41.22 357.52) |
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)
#76755E — rgb(118, 117, 94)
Deuteranopia (Green-blind)
#7B825C — rgb(123, 130, 92)
Tritanopia (Blue-blind)
#995755 — rgb(153, 87, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 40%, 44%);
text
color: hsl(337, 40%, 44%);
border
border: 2px solid hsl(337, 40%, 44%);
gradient light
background: linear-gradient(to right, hsl(337, 40%, 64%), hsl(337, 40%, 44%));
gradient dark
background: linear-gradient(to right, hsl(337, 40%, 44%), hsl(337, 40%, 24%))
hex
background-color: #9D4366;
tailwind
bg-[hsl(337,40%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 40%, 44%, 0.4);
css variable
--color-primary: hsl(337, 40%, 44%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 40%, 44%)?
HEX: #9D4366 | RGB: rgb(157, 67, 102) | CMYK: 0%, 57%, 35%, 38% | HSV: 337°, 57%, 62%. Copy any format from the conversion table above.
What colors go well with #9D4366?
The complementary color is HSL(157, 40%, 44%). 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, 40%, 44%) in CSS?
As HSL: color: hsl(337, 40%, 44%); — As HEX: color: #9D4366; — As RGB: color: rgb(157, 67, 102); — Tailwind CSS: bg-[hsl(337,40%,44%)] — CSS variable: --color-primary: hsl(337, 40%, 44%);