HSL(337, 11%, 70%)
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(337,11%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 11%, 70%) | color: hsl(337, 11%, 70%) | |
| HEX | #BBAAB1 | color: #BBAAB1 | |
| RGB | rgb(187, 170, 177) | color: rgb(187, 170, 177) | |
| CMYK | cmyk(0%, 9%, 5%, 27%) | — | |
| HSV | hsv(335, 9%, 73%) | — | |
| HWB | hwb(335 66% 27%) | color: hwb(335 66% 27%) | |
| OKLCH | oklch(0.7546 0.0218 350.75) | color: oklch(0.7546 0.0218 350.75) | |
| Lab | lab(71.21 7.36 -1.36) | color: lab(71.21 7.36 -1.36) | |
| LCH | lch(71.21 7.48 349.53) | color: lch(71.21 7.48 349.53) |
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)
#B4B3AF — rgb(180, 179, 175)
Deuteranopia (Green-blind)
#B5B6AF — rgb(181, 182, 175)
Tritanopia (Blue-blind)
#BAAEAE — rgb(186, 174, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 11%, 70%);
text
color: hsl(337, 11%, 70%);
border
border: 2px solid hsl(337, 11%, 70%);
gradient light
background: linear-gradient(to right, hsl(337, 11%, 90%), hsl(337, 11%, 70%));
gradient dark
background: linear-gradient(to right, hsl(337, 11%, 70%), hsl(337, 11%, 50%))
hex
background-color: #BBAAB1;
tailwind
bg-[hsl(337,11%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 11%, 70%, 0.4);
css variable
--color-primary: hsl(337, 11%, 70%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 11%, 70%)?
HEX: #BBAAB1 | RGB: rgb(187, 170, 177) | CMYK: 0%, 9%, 5%, 27% | HSV: 335°, 9%, 73%. Copy any format from the conversion table above.
What colors go well with #BBAAB1?
The complementary color is HSL(157, 11%, 70%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(337, 11%, 70%) in CSS?
As HSL: color: hsl(337, 11%, 70%); — As HEX: color: #BBAAB1; — As RGB: color: rgb(187, 170, 177); — Tailwind CSS: bg-[hsl(337,11%,70%)] — CSS variable: --color-primary: hsl(337, 11%, 70%);