HSL(301, 19%, 63%)
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%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(301, 19%, 63%) | color: hsl(301, 19%, 63%) | |
| HEX | #B38FB2 | color: #B38FB2 | |
| RGB | rgb(179, 143, 178) | color: rgb(179, 143, 178) | |
| CMYK | cmyk(0%, 20%, 1%, 30%) | — | |
| HSV | hsv(302, 20%, 70%) | — | |
| HWB | hwb(302 56% 30%) | color: hwb(302 56% 30%) | |
| OKLCH | oklch(0.6948 0.0649 327.13) | color: oklch(0.6948 0.0649 327.13) | |
| Lab | lab(63.71 19.69 -13.13) | color: lab(63.71 19.69 -13.13) | |
| LCH | lch(63.71 23.67 326.3) | color: lch(63.71 23.67 326.3) |
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)
#A3A3AA — rgb(163, 163, 170)
Deuteranopia (Green-blind)
#A6A8A8 — rgb(166, 168, 168)
Tritanopia (Blue-blind)
#B1A3A1 — rgb(177, 163, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(301, 19%, 63%);
text
color: hsl(301, 19%, 63%);
border
border: 2px solid hsl(301, 19%, 63%);
gradient light
background: linear-gradient(to right, hsl(301, 19%, 83%), hsl(301, 19%, 63%));
gradient dark
background: linear-gradient(to right, hsl(301, 19%, 63%), hsl(301, 19%, 43%))
hex
background-color: #B38FB2;
tailwind
bg-[hsl(301,19%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(301, 19%, 63%, 0.4);
css variable
--color-primary: hsl(301, 19%, 63%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(301, 19%, 63%)?
HEX: #B38FB2 | RGB: rgb(179, 143, 178) | CMYK: 0%, 20%, 1%, 30% | HSV: 302°, 20%, 70%. Copy any format from the conversion table above.
What colors go well with #B38FB2?
The complementary color is HSL(121, 19%, 63%). 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%, 63%) in CSS?
As HSL: color: hsl(301, 19%, 63%); — As HEX: color: #B38FB2; — As RGB: color: rgb(179, 143, 178); — Tailwind CSS: bg-[hsl(301,19%,63%)] — CSS variable: --color-primary: hsl(301, 19%, 63%);