HSL(339, 10%, 62%)
Grayish Pink — Pink color
Adjust Color
Color Information
Color Name
Grayish Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(339,10%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 10%, 62%) | color: hsl(339, 10%, 62%) | |
| HEX | #A8949B | color: #A8949B | |
| RGB | rgb(168, 148, 155) | color: rgb(168, 148, 155) | |
| CMYK | cmyk(0%, 12%, 8%, 34%) | — | |
| HSV | hsv(339, 12%, 66%) | — | |
| HWB | hwb(339 58% 34%) | color: hwb(339 58% 34%) | |
| OKLCH | oklch(0.6864 0.0257 354.62) | color: oklch(0.6864 0.0257 354.62) | |
| Lab | lab(63.24 8.65 -0.95) | color: lab(63.24 8.65 -0.95) | |
| LCH | lch(63.24 8.7 353.73) | color: lch(63.24 8.7 353.73) |
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)
#9F9F99 — rgb(159, 159, 153)
Deuteranopia (Green-blind)
#A1A299 — rgb(161, 162, 153)
Tritanopia (Blue-blind)
#A79898 — rgb(167, 152, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 10%, 62%);
text
color: hsl(339, 10%, 62%);
border
border: 2px solid hsl(339, 10%, 62%);
gradient light
background: linear-gradient(to right, hsl(339, 10%, 82%), hsl(339, 10%, 62%));
gradient dark
background: linear-gradient(to right, hsl(339, 10%, 62%), hsl(339, 10%, 42%))
hex
background-color: #A8949B;
tailwind
bg-[hsl(339,10%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 10%, 62%, 0.4);
css variable
--color-primary: hsl(339, 10%, 62%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 10%, 62%)?
HEX: #A8949B | RGB: rgb(168, 148, 155) | CMYK: 0%, 12%, 8%, 34% | HSV: 339°, 12%, 66%. Copy any format from the conversion table above.
What colors go well with #A8949B?
The complementary color is HSL(159, 10%, 62%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(339, 10%, 62%) in CSS?
As HSL: color: hsl(339, 10%, 62%); — As HEX: color: #A8949B; — As RGB: color: rgb(168, 148, 155); — Tailwind CSS: bg-[hsl(339,10%,62%)] — CSS variable: --color-primary: hsl(339, 10%, 62%);