HSL(337, 15%, 60%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(337,15%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 15%, 60%) | color: hsl(337, 15%, 60%) | |
| HEX | #A88A95 | color: #A88A95 | |
| RGB | rgb(168, 138, 149) | color: rgb(168, 138, 149) | |
| CMYK | cmyk(0%, 18%, 11%, 34%) | — | |
| HSV | hsv(338, 18%, 66%) | — | |
| HWB | hwb(338 54% 34%) | color: hwb(338 54% 34%) | |
| OKLCH | oklch(0.6645 0.0393 354.21) | color: oklch(0.6645 0.0393 354.21) | |
| Lab | lab(60.49 13.21 -1.57) | color: lab(60.49 13.21 -1.57) | |
| LCH | lch(60.49 13.3 353.22) | color: lch(60.49 13.3 353.22) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9B9B92 — rgb(155, 155, 146)
Deuteranopia (Green-blind)
#9D9F92 — rgb(157, 159, 146)
Tritanopia (Blue-blind)
#A79090 — rgb(167, 144, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 15%, 60%);
text
color: hsl(337, 15%, 60%);
border
border: 2px solid hsl(337, 15%, 60%);
gradient light
background: linear-gradient(to right, hsl(337, 15%, 80%), hsl(337, 15%, 60%));
gradient dark
background: linear-gradient(to right, hsl(337, 15%, 60%), hsl(337, 15%, 40%))
hex
background-color: #A88A95;
tailwind
bg-[hsl(337,15%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 15%, 60%, 0.4);
css variable
--color-primary: hsl(337, 15%, 60%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 15%, 60%)?
HEX: #A88A95 | RGB: rgb(168, 138, 149) | CMYK: 0%, 18%, 11%, 34% | HSV: 338°, 18%, 66%. Copy any format from the conversion table above.
What colors go well with #A88A95?
The complementary color is HSL(157, 15%, 60%). 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, 15%, 60%) in CSS?
As HSL: color: hsl(337, 15%, 60%); — As HEX: color: #A88A95; — As RGB: color: rgb(168, 138, 149); — Tailwind CSS: bg-[hsl(337,15%,60%)] — CSS variable: --color-primary: hsl(337, 15%, 60%);