HSL(296, 10%, 68%)
Grayish Purple — Purple color
Adjust Color
Color Information
Color Name
Grayish Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(296,10%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(296, 10%, 68%) | color: hsl(296, 10%, 68%) | |
| HEX | #B4A5B6 | color: #B4A5B6 | |
| RGB | rgb(180, 165, 182) | color: rgb(180, 165, 182) | |
| CMYK | cmyk(1%, 9%, 0%, 29%) | — | |
| HSV | hsv(293, 9%, 71%) | — | |
| HWB | hwb(293 65% 29%) | color: hwb(293 65% 29%) | |
| OKLCH | oklch(0.74 0.0294 322.21) | color: oklch(0.74 0.0294 322.21) | |
| Lab | lab(69.46 8.55 -6.77) | color: lab(69.46 8.55 -6.77) | |
| LCH | lch(69.46 10.91 321.63) | color: lch(69.46 10.91 321.63) |
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)
#AEADB2 — rgb(174, 173, 178)
Deuteranopia (Green-blind)
#AEB0B1 — rgb(174, 176, 177)
Tritanopia (Blue-blind)
#B3AFAE — rgb(179, 175, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(296, 10%, 68%);
text
color: hsl(296, 10%, 68%);
border
border: 2px solid hsl(296, 10%, 68%);
gradient light
background: linear-gradient(to right, hsl(296, 10%, 88%), hsl(296, 10%, 68%));
gradient dark
background: linear-gradient(to right, hsl(296, 10%, 68%), hsl(296, 10%, 48%))
hex
background-color: #B4A5B6;
tailwind
bg-[hsl(296,10%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(296, 10%, 68%, 0.4);
css variable
--color-primary: hsl(296, 10%, 68%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(296, 10%, 68%)?
HEX: #B4A5B6 | RGB: rgb(180, 165, 182) | CMYK: 1%, 9%, 0%, 29% | HSV: 293°, 9%, 71%. Copy any format from the conversion table above.
What colors go well with #B4A5B6?
The complementary color is HSL(116, 10%, 68%). For a triadic harmony, use hues 296°, 56°, and 176°. For analogous combinations, try hues 266° and 326°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(296, 10%, 68%) in CSS?
As HSL: color: hsl(296, 10%, 68%); — As HEX: color: #B4A5B6; — As RGB: color: rgb(180, 165, 182); — Tailwind CSS: bg-[hsl(296,10%,68%)] — CSS variable: --color-primary: hsl(296, 10%, 68%);