HSL(287, 65%, 53%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(287,65%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(287, 65%, 53%) | color: hsl(287, 65%, 53%) | |
| HEX | #B339D5 | color: #B339D5 | |
| RGB | rgb(179, 57, 213) | color: rgb(179, 57, 213) | |
| CMYK | cmyk(16%, 73%, 0%, 16%) | — | |
| HSV | hsv(287, 73%, 84%) | — | |
| HWB | hwb(287 23% 16%) | color: hwb(287 23% 16%) | |
| OKLCH | oklch(0.5881 0.2366 317.76) | color: oklch(0.5881 0.2366 317.76) | |
| Lab | lab(48.66 69.37 -56.57) | color: lab(48.66 69.37 -56.57) | |
| LCH | lch(48.66 89.51 320.8) | color: lch(48.66 89.51 320.8) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#7E7DAF — rgb(126, 125, 175)
Deuteranopia (Green-blind)
#858EA6 — rgb(133, 142, 166)
Tritanopia (Blue-blind)
#AD918B — rgb(173, 145, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(287, 65%, 53%);
text
color: hsl(287, 65%, 53%);
border
border: 2px solid hsl(287, 65%, 53%);
gradient light
background: linear-gradient(to right, hsl(287, 65%, 73%), hsl(287, 65%, 53%));
gradient dark
background: linear-gradient(to right, hsl(287, 65%, 53%), hsl(287, 65%, 33%))
hex
background-color: #B339D5;
tailwind
bg-[hsl(287,65%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(287, 65%, 53%, 0.4);
css variable
--color-primary: hsl(287, 65%, 53%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(287, 65%, 53%)?
HEX: #B339D5 | RGB: rgb(179, 57, 213) | CMYK: 16%, 73%, 0%, 16% | HSV: 287°, 73%, 84%. Copy any format from the conversion table above.
What colors go well with #B339D5?
The complementary color is HSL(107, 65%, 53%). For a triadic harmony, use hues 287°, 47°, and 167°. For analogous combinations, try hues 257° and 317°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(287, 65%, 53%) in CSS?
As HSL: color: hsl(287, 65%, 53%); — As HEX: color: #B339D5; — As RGB: color: rgb(179, 57, 213); — Tailwind CSS: bg-[hsl(287,65%,53%)] — CSS variable: --color-primary: hsl(287, 65%, 53%);