HSL(331, 11%, 64%)
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(331,11%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 11%, 64%) | color: hsl(331, 11%, 64%) | |
| HEX | #AD99A3 | color: #AD99A3 | |
| RGB | rgb(173, 153, 163) | color: rgb(173, 153, 163) | |
| CMYK | cmyk(0%, 12%, 6%, 32%) | — | |
| HSV | hsv(330, 12%, 68%) | — | |
| HWB | hwb(330 60% 32%) | color: hwb(330 60% 32%) | |
| OKLCH | oklch(0.7036 0.0273 346.13) | color: oklch(0.7036 0.0273 346.13) | |
| Lab | lab(65.21 9.14 -2.52) | color: lab(65.21 9.14 -2.52) | |
| LCH | lch(65.21 9.48 344.59) | color: lch(65.21 9.48 344.59) |
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)
#A4A4A1 — rgb(164, 164, 161)
Deuteranopia (Green-blind)
#A6A7A0 — rgb(166, 167, 160)
Tritanopia (Blue-blind)
#AC9F9E — rgb(172, 159, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 11%, 64%);
text
color: hsl(331, 11%, 64%);
border
border: 2px solid hsl(331, 11%, 64%);
gradient light
background: linear-gradient(to right, hsl(331, 11%, 84%), hsl(331, 11%, 64%));
gradient dark
background: linear-gradient(to right, hsl(331, 11%, 64%), hsl(331, 11%, 44%))
hex
background-color: #AD99A3;
tailwind
bg-[hsl(331,11%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 11%, 64%, 0.4);
css variable
--color-primary: hsl(331, 11%, 64%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 11%, 64%)?
HEX: #AD99A3 | RGB: rgb(173, 153, 163) | CMYK: 0%, 12%, 6%, 32% | HSV: 330°, 12%, 68%. Copy any format from the conversion table above.
What colors go well with #AD99A3?
The complementary color is HSL(151, 11%, 64%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 11%, 64%) in CSS?
As HSL: color: hsl(331, 11%, 64%); — As HEX: color: #AD99A3; — As RGB: color: rgb(173, 153, 163); — Tailwind CSS: bg-[hsl(331,11%,64%)] — CSS variable: --color-primary: hsl(331, 11%, 64%);