HSL(301, 19%, 69%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(301,19%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(301, 19%, 69%) | color: hsl(301, 19%, 69%) | |
| HEX | #BFA1BE | color: #BFA1BE | |
| RGB | rgb(191, 161, 190) | color: rgb(191, 161, 190) | |
| CMYK | cmyk(0%, 16%, 1%, 25%) | — | |
| HSV | hsv(302, 16%, 75%) | — | |
| HWB | hwb(302 63% 25%) | color: hwb(302 63% 25%) | |
| OKLCH | oklch(0.7447 0.0531 327.14) | color: oklch(0.7447 0.0531 327.14) | |
| Lab | lab(69.67 16.11 -10.78) | color: lab(69.67 16.11 -10.78) | |
| LCH | lch(69.67 19.38 326.21) | color: lch(69.67 19.38 326.21) |
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)
#B2B2B7 — rgb(178, 178, 183)
Deuteranopia (Green-blind)
#B4B6B5 — rgb(180, 182, 181)
Tritanopia (Blue-blind)
#BEB1B0 — rgb(190, 177, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(301, 19%, 69%);
text
color: hsl(301, 19%, 69%);
border
border: 2px solid hsl(301, 19%, 69%);
gradient light
background: linear-gradient(to right, hsl(301, 19%, 89%), hsl(301, 19%, 69%));
gradient dark
background: linear-gradient(to right, hsl(301, 19%, 69%), hsl(301, 19%, 49%))
hex
background-color: #BFA1BE;
tailwind
bg-[hsl(301,19%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(301, 19%, 69%, 0.4);
css variable
--color-primary: hsl(301, 19%, 69%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(301, 19%, 69%)?
HEX: #BFA1BE | RGB: rgb(191, 161, 190) | CMYK: 0%, 16%, 1%, 25% | HSV: 302°, 16%, 75%. Copy any format from the conversion table above.
What colors go well with #BFA1BE?
The complementary color is HSL(121, 19%, 69%). For a triadic harmony, use hues 301°, 61°, and 181°. For analogous combinations, try hues 271° and 331°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(301, 19%, 69%) in CSS?
As HSL: color: hsl(301, 19%, 69%); — As HEX: color: #BFA1BE; — As RGB: color: rgb(191, 161, 190); — Tailwind CSS: bg-[hsl(301,19%,69%)] — CSS variable: --color-primary: hsl(301, 19%, 69%);