HSL(344, 10%, 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(344,10%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(344, 10%, 66%) | color: hsl(344, 10%, 66%) | |
| HEX | #B1A0A4 | color: #B1A0A4 | |
| RGB | rgb(177, 160, 164) | color: rgb(177, 160, 164) | |
| CMYK | cmyk(0%, 10%, 7%, 31%) | — | |
| HSV | hsv(346, 10%, 69%) | — | |
| HWB | hwb(346 62% 31%) | color: hwb(346 62% 31%) | |
| OKLCH | oklch(0.7216 0.0206 1.62) | color: oklch(0.7216 0.0206 1.62) | |
| Lab | lab(67.4 6.9 0.18) | color: lab(67.4 6.9 0.18) | |
| LCH | lch(67.4 6.9 1.49) | color: lch(67.4 6.9 1.49) |
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)
#AAA9A3 — rgb(170, 169, 163)
Deuteranopia (Green-blind)
#ABACA3 — rgb(171, 172, 163)
Tritanopia (Blue-blind)
#B0A2A2 — rgb(176, 162, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(344, 10%, 66%);
text
color: hsl(344, 10%, 66%);
border
border: 2px solid hsl(344, 10%, 66%);
gradient light
background: linear-gradient(to right, hsl(344, 10%, 86%), hsl(344, 10%, 66%));
gradient dark
background: linear-gradient(to right, hsl(344, 10%, 66%), hsl(344, 10%, 46%))
hex
background-color: #B1A0A4;
tailwind
bg-[hsl(344,10%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(344, 10%, 66%, 0.4);
css variable
--color-primary: hsl(344, 10%, 66%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(344, 10%, 66%)?
HEX: #B1A0A4 | RGB: rgb(177, 160, 164) | CMYK: 0%, 10%, 7%, 31% | HSV: 346°, 10%, 69%. Copy any format from the conversion table above.
What colors go well with #B1A0A4?
The complementary color is HSL(164, 10%, 66%). For a triadic harmony, use hues 344°, 104°, and 224°. For analogous combinations, try hues 314° and 14°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(344, 10%, 66%) in CSS?
As HSL: color: hsl(344, 10%, 66%); — As HEX: color: #B1A0A4; — As RGB: color: rgb(177, 160, 164); — Tailwind CSS: bg-[hsl(344,10%,66%)] — CSS variable: --color-primary: hsl(344, 10%, 66%);