HSL(311, 13%, 66%)
Grayish Purple — Purple color
Adjust Color
Color Information
Color Name
Grayish Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(311,13%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(311, 13%, 66%) | color: hsl(311, 13%, 66%) | |
| HEX | #B49DAF | color: #B49DAF | |
| RGB | rgb(180, 157, 175) | color: rgb(180, 157, 175) | |
| CMYK | cmyk(0%, 13%, 3%, 29%) | — | |
| HSV | hsv(313, 13%, 71%) | — | |
| HWB | hwb(313 62% 29%) | color: hwb(313 62% 29%) | |
| OKLCH | oklch(0.7218 0.0367 333.41) | color: oklch(0.7218 0.0367 333.41) | |
| Lab | lab(67.21 11.65 -6.21) | color: lab(67.21 11.65 -6.21) | |
| LCH | lch(67.21 13.2 331.94) | color: lch(67.21 13.2 331.94) |
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)
#AAAAAB — rgb(170, 170, 171)
Deuteranopia (Green-blind)
#ABADAA — rgb(171, 173, 170)
Tritanopia (Blue-blind)
#B3A7A6 — rgb(179, 167, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(311, 13%, 66%);
text
color: hsl(311, 13%, 66%);
border
border: 2px solid hsl(311, 13%, 66%);
gradient light
background: linear-gradient(to right, hsl(311, 13%, 86%), hsl(311, 13%, 66%));
gradient dark
background: linear-gradient(to right, hsl(311, 13%, 66%), hsl(311, 13%, 46%))
hex
background-color: #B49DAF;
tailwind
bg-[hsl(311,13%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(311, 13%, 66%, 0.4);
css variable
--color-primary: hsl(311, 13%, 66%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(311, 13%, 66%)?
HEX: #B49DAF | RGB: rgb(180, 157, 175) | CMYK: 0%, 13%, 3%, 29% | HSV: 313°, 13%, 71%. Copy any format from the conversion table above.
What colors go well with #B49DAF?
The complementary color is HSL(131, 13%, 66%). For a triadic harmony, use hues 311°, 71°, and 191°. For analogous combinations, try hues 281° and 341°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(311, 13%, 66%) in CSS?
As HSL: color: hsl(311, 13%, 66%); — As HEX: color: #B49DAF; — As RGB: color: rgb(180, 157, 175); — Tailwind CSS: bg-[hsl(311,13%,66%)] — CSS variable: --color-primary: hsl(311, 13%, 66%);