HSL(288, 30%, 27%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(288,30%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(288, 30%, 27%) | color: hsl(288, 30%, 27%) | |
| HEX | #51305A | color: #51305A | |
| RGB | rgb(81, 48, 90) | color: rgb(81, 48, 90) | |
| CMYK | cmyk(10%, 47%, 0%, 65%) | — | |
| HSV | hsv(287, 47%, 35%) | — | |
| HWB | hwb(287 19% 65%) | color: hwb(287 19% 65%) | |
| OKLCH | oklch(0.3678 0.0806 318.81) | color: oklch(0.3678 0.0806 318.81) | |
| Lab | lab(25.57 23.13 -19.24) | color: lab(25.57 23.13 -19.24) | |
| LCH | lch(25.57 30.09 320.25) | color: lch(25.57 30.09 320.25) |
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)
#434250 — rgb(67, 66, 80)
Deuteranopia (Green-blind)
#45474D — rgb(69, 71, 77)
Tritanopia (Blue-blind)
#4F4846 — rgb(79, 72, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(288, 30%, 27%);
text
color: hsl(288, 30%, 27%);
border
border: 2px solid hsl(288, 30%, 27%);
gradient light
background: linear-gradient(to right, hsl(288, 30%, 47%), hsl(288, 30%, 27%));
gradient dark
background: linear-gradient(to right, hsl(288, 30%, 27%), hsl(288, 30%, 7%))
hex
background-color: #51305A;
tailwind
bg-[hsl(288,30%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(288, 30%, 27%, 0.4);
css variable
--color-primary: hsl(288, 30%, 27%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(288, 30%, 27%)?
HEX: #51305A | RGB: rgb(81, 48, 90) | CMYK: 10%, 47%, 0%, 65% | HSV: 287°, 47%, 35%. Copy any format from the conversion table above.
What colors go well with #51305A?
The complementary color is HSL(108, 30%, 27%). 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, 30%, 27%) in CSS?
As HSL: color: hsl(288, 30%, 27%); — As HEX: color: #51305A; — As RGB: color: rgb(81, 48, 90); — Tailwind CSS: bg-[hsl(288,30%,27%)] — CSS variable: --color-primary: hsl(288, 30%, 27%);