HSL(289, 16%, 70%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(289,16%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(289, 16%, 70%) | color: hsl(289, 16%, 70%) | |
| HEX | #BAA6BF | color: #BAA6BF | |
| RGB | rgb(186, 166, 191) | color: rgb(186, 166, 191) | |
| CMYK | cmyk(3%, 13%, 0%, 25%) | — | |
| HSV | hsv(288, 13%, 75%) | — | |
| HWB | hwb(288 65% 25%) | color: hwb(288 65% 25%) | |
| OKLCH | oklch(0.7502 0.0417 319.46) | color: oklch(0.7502 0.0417 319.46) | |
| Lab | lab(70.51 11.82 -10.14) | color: lab(70.51 11.82 -10.14) | |
| LCH | lch(70.51 15.57 319.37) | color: lch(70.51 15.57 319.37) |
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)
#B1B1B9 — rgb(177, 177, 185)
Deuteranopia (Green-blind)
#B3B4B8 — rgb(179, 180, 184)
Tritanopia (Blue-blind)
#B9B4B3 — rgb(185, 180, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(289, 16%, 70%);
text
color: hsl(289, 16%, 70%);
border
border: 2px solid hsl(289, 16%, 70%);
gradient light
background: linear-gradient(to right, hsl(289, 16%, 90%), hsl(289, 16%, 70%));
gradient dark
background: linear-gradient(to right, hsl(289, 16%, 70%), hsl(289, 16%, 50%))
hex
background-color: #BAA6BF;
tailwind
bg-[hsl(289,16%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(289, 16%, 70%, 0.4);
css variable
--color-primary: hsl(289, 16%, 70%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(289, 16%, 70%)?
HEX: #BAA6BF | RGB: rgb(186, 166, 191) | CMYK: 3%, 13%, 0%, 25% | HSV: 288°, 13%, 75%. Copy any format from the conversion table above.
What colors go well with #BAA6BF?
The complementary color is HSL(109, 16%, 70%). For a triadic harmony, use hues 289°, 49°, and 169°. For analogous combinations, try hues 259° and 319°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(289, 16%, 70%) in CSS?
As HSL: color: hsl(289, 16%, 70%); — As HEX: color: #BAA6BF; — As RGB: color: rgb(186, 166, 191); — Tailwind CSS: bg-[hsl(289,16%,70%)] — CSS variable: --color-primary: hsl(289, 16%, 70%);