HSL(337, 16%, 49%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(337,16%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 16%, 49%) | color: hsl(337, 16%, 49%) | |
| HEX | #916978 | color: #916978 | |
| RGB | rgb(145, 105, 120) | color: rgb(145, 105, 120) | |
| CMYK | cmyk(0%, 28%, 17%, 43%) | — | |
| HSV | hsv(338, 28%, 57%) | — | |
| HWB | hwb(338 41% 43%) | color: hwb(338 41% 43%) | |
| OKLCH | oklch(0.5662 0.0551 354.72) | color: oklch(0.5662 0.0551 354.72) | |
| Lab | lab(48.86 18.42 -2.01) | color: lab(48.86 18.42 -2.01) | |
| LCH | lch(48.86 18.53 353.77) | color: lch(48.86 18.53 353.77) |
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)
#807F74 — rgb(128, 127, 116)
Deuteranopia (Green-blind)
#828574 — rgb(130, 133, 116)
Tritanopia (Blue-blind)
#8F7271 — rgb(143, 114, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 16%, 49%);
text
color: hsl(337, 16%, 49%);
border
border: 2px solid hsl(337, 16%, 49%);
gradient light
background: linear-gradient(to right, hsl(337, 16%, 69%), hsl(337, 16%, 49%));
gradient dark
background: linear-gradient(to right, hsl(337, 16%, 49%), hsl(337, 16%, 29%))
hex
background-color: #916978;
tailwind
bg-[hsl(337,16%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 16%, 49%, 0.4);
css variable
--color-primary: hsl(337, 16%, 49%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 16%, 49%)?
HEX: #916978 | RGB: rgb(145, 105, 120) | CMYK: 0%, 28%, 17%, 43% | HSV: 338°, 28%, 57%. Copy any format from the conversion table above.
What colors go well with #916978?
The complementary color is HSL(157, 16%, 49%). 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, 16%, 49%) in CSS?
As HSL: color: hsl(337, 16%, 49%); — As HEX: color: #916978; — As RGB: color: rgb(145, 105, 120); — Tailwind CSS: bg-[hsl(337,16%,49%)] — CSS variable: --color-primary: hsl(337, 16%, 49%);