HSL(342, 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(342,13%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(342, 13%, 66%) | color: hsl(342, 13%, 66%) | |
| HEX | #B49DA4 | color: #B49DA4 | |
| RGB | rgb(180, 157, 164) | color: rgb(180, 157, 164) | |
| CMYK | cmyk(0%, 13%, 9%, 29%) | — | |
| HSV | hsv(342, 13%, 71%) | — | |
| HWB | hwb(342 62% 29%) | color: hwb(342 62% 29%) | |
| OKLCH | oklch(0.7183 0.0287 357.51) | color: oklch(0.7183 0.0287 357.51) | |
| Lab | lab(66.9 9.66 -0.52) | color: lab(66.9 9.66 -0.52) | |
| LCH | lch(66.9 9.67 356.92) | color: lch(66.9 9.67 356.92) |
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)
#AAAAA2 — rgb(170, 170, 162)
Deuteranopia (Green-blind)
#ABADA2 — rgb(171, 173, 162)
Tritanopia (Blue-blind)
#B3A1A1 — rgb(179, 161, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(342, 13%, 66%);
text
color: hsl(342, 13%, 66%);
border
border: 2px solid hsl(342, 13%, 66%);
gradient light
background: linear-gradient(to right, hsl(342, 13%, 86%), hsl(342, 13%, 66%));
gradient dark
background: linear-gradient(to right, hsl(342, 13%, 66%), hsl(342, 13%, 46%))
hex
background-color: #B49DA4;
tailwind
bg-[hsl(342,13%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(342, 13%, 66%, 0.4);
css variable
--color-primary: hsl(342, 13%, 66%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(342, 13%, 66%)?
HEX: #B49DA4 | RGB: rgb(180, 157, 164) | CMYK: 0%, 13%, 9%, 29% | HSV: 342°, 13%, 71%. Copy any format from the conversion table above.
What colors go well with #B49DA4?
The complementary color is HSL(162, 13%, 66%). For a triadic harmony, use hues 342°, 102°, and 222°. For analogous combinations, try hues 312° and 12°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(342, 13%, 66%) in CSS?
As HSL: color: hsl(342, 13%, 66%); — As HEX: color: #B49DA4; — As RGB: color: rgb(180, 157, 164); — Tailwind CSS: bg-[hsl(342,13%,66%)] — CSS variable: --color-primary: hsl(342, 13%, 66%);