HSL(291, 30%, 30%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(291,30%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(291, 30%, 30%) | color: hsl(291, 30%, 30%) | |
| HEX | #5D3663 | color: #5D3663 | |
| RGB | rgb(93, 54, 99) | color: rgb(93, 54, 99) | |
| CMYK | cmyk(6%, 45%, 0%, 61%) | — | |
| HSV | hsv(292, 45%, 39%) | — | |
| HWB | hwb(292 21% 61%) | color: hwb(292 21% 61%) | |
| OKLCH | oklch(0.399 0.0872 322.09) | color: oklch(0.399 0.0872 322.09) | |
| Lab | lab(29.07 25.62 -19.51) | color: lab(29.07 25.62 -19.51) | |
| LCH | lch(29.07 32.2 322.71) | color: lch(29.07 32.2 322.71) |
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)
#4C4C58 — rgb(76, 76, 88)
Deuteranopia (Green-blind)
#4E5156 — rgb(78, 81, 86)
Tritanopia (Blue-blind)
#5B504E — rgb(91, 80, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(291, 30%, 30%);
text
color: hsl(291, 30%, 30%);
border
border: 2px solid hsl(291, 30%, 30%);
gradient light
background: linear-gradient(to right, hsl(291, 30%, 50%), hsl(291, 30%, 30%));
gradient dark
background: linear-gradient(to right, hsl(291, 30%, 30%), hsl(291, 30%, 10%))
hex
background-color: #5D3663;
tailwind
bg-[hsl(291,30%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(291, 30%, 30%, 0.4);
css variable
--color-primary: hsl(291, 30%, 30%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(291, 30%, 30%)?
HEX: #5D3663 | RGB: rgb(93, 54, 99) | CMYK: 6%, 45%, 0%, 61% | HSV: 292°, 45%, 39%. Copy any format from the conversion table above.
What colors go well with #5D3663?
The complementary color is HSL(111, 30%, 30%). For a triadic harmony, use hues 291°, 51°, and 171°. For analogous combinations, try hues 261° and 321°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(291, 30%, 30%) in CSS?
As HSL: color: hsl(291, 30%, 30%); — As HEX: color: #5D3663; — As RGB: color: rgb(93, 54, 99); — Tailwind CSS: bg-[hsl(291,30%,30%)] — CSS variable: --color-primary: hsl(291, 30%, 30%);