HSL(288, 70%, 57%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(288,70%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(288, 70%, 57%) | color: hsl(288, 70%, 57%) | |
| HEX | #BF45DE | color: #BF45DE | |
| RGB | rgb(191, 69, 222) | color: rgb(191, 69, 222) | |
| CMYK | cmyk(14%, 69%, 0%, 13%) | — | |
| HSV | hsv(288, 69%, 87%) | — | |
| HWB | hwb(288 27% 13%) | color: hwb(288 27% 13%) | |
| OKLCH | oklch(0.6209 0.2355 318.73) | color: oklch(0.6209 0.2355 318.73) | |
| Lab | lab(52.52 69.08 -55.41) | color: lab(52.52 69.08 -55.41) | |
| LCH | lch(52.52 88.56 321.27) | color: lch(52.52 88.56 321.27) |
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)
#8A89B9 — rgb(138, 137, 185)
Deuteranopia (Green-blind)
#919AB0 — rgb(145, 154, 176)
Tritanopia (Blue-blind)
#B99C95 — rgb(185, 156, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(288, 70%, 57%);
text
color: hsl(288, 70%, 57%);
border
border: 2px solid hsl(288, 70%, 57%);
gradient light
background: linear-gradient(to right, hsl(288, 70%, 77%), hsl(288, 70%, 57%));
gradient dark
background: linear-gradient(to right, hsl(288, 70%, 57%), hsl(288, 70%, 37%))
hex
background-color: #BF45DE;
tailwind
bg-[hsl(288,70%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(288, 70%, 57%, 0.4);
css variable
--color-primary: hsl(288, 70%, 57%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(288, 70%, 57%)?
HEX: #BF45DE | RGB: rgb(191, 69, 222) | CMYK: 14%, 69%, 0%, 13% | HSV: 288°, 69%, 87%. Copy any format from the conversion table above.
What colors go well with #BF45DE?
The complementary color is HSL(108, 70%, 57%). For a triadic harmony, use hues 288°, 48°, and 168°. For analogous combinations, try hues 258° and 318°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(288, 70%, 57%) in CSS?
As HSL: color: hsl(288, 70%, 57%); — As HEX: color: #BF45DE; — As RGB: color: rgb(191, 69, 222); — Tailwind CSS: bg-[hsl(288,70%,57%)] — CSS variable: --color-primary: hsl(288, 70%, 57%);