HSL(321, 13%, 66%)
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(321,13%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 13%, 66%) | color: hsl(321, 13%, 66%) | |
| HEX | #B49DAC | color: #B49DAC | |
| RGB | rgb(180, 157, 172) | color: rgb(180, 157, 172) | |
| CMYK | cmyk(0%, 13%, 4%, 29%) | — | |
| HSV | hsv(321, 13%, 71%) | — | |
| HWB | hwb(321 62% 29%) | color: hwb(321 62% 29%) | |
| OKLCH | oklch(0.7208 0.034 338.84) | color: oklch(0.7208 0.034 338.84) | |
| Lab | lab(67.12 11.1 -4.66) | color: lab(67.12 11.1 -4.66) | |
| LCH | lch(67.12 12.04 337.23) | color: lch(67.12 12.04 337.23) |
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)
#AAAAA8 — rgb(170, 170, 168)
Deuteranopia (Green-blind)
#ABADA8 — rgb(171, 173, 168)
Tritanopia (Blue-blind)
#B3A6A5 — rgb(179, 166, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 13%, 66%);
text
color: hsl(321, 13%, 66%);
border
border: 2px solid hsl(321, 13%, 66%);
gradient light
background: linear-gradient(to right, hsl(321, 13%, 86%), hsl(321, 13%, 66%));
gradient dark
background: linear-gradient(to right, hsl(321, 13%, 66%), hsl(321, 13%, 46%))
hex
background-color: #B49DAC;
tailwind
bg-[hsl(321,13%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 13%, 66%, 0.4);
css variable
--color-primary: hsl(321, 13%, 66%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 13%, 66%)?
HEX: #B49DAC | RGB: rgb(180, 157, 172) | CMYK: 0%, 13%, 4%, 29% | HSV: 321°, 13%, 71%. Copy any format from the conversion table above.
What colors go well with #B49DAC?
The complementary color is HSL(141, 13%, 66%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(321, 13%, 66%) in CSS?
As HSL: color: hsl(321, 13%, 66%); — As HEX: color: #B49DAC; — As RGB: color: rgb(180, 157, 172); — Tailwind CSS: bg-[hsl(321,13%,66%)] — CSS variable: --color-primary: hsl(321, 13%, 66%);