HSL(288, 80%, 17%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(288,80%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(288, 80%, 17%) | color: hsl(288, 80%, 17%) | |
| HEX | #40094E | color: #40094E | |
| RGB | rgb(64, 9, 78) | color: rgb(64, 9, 78) | |
| CMYK | cmyk(18%, 88%, 0%, 69%) | — | |
| HSV | hsv(288, 88%, 31%) | — | |
| HWB | hwb(288 4% 69%) | color: hwb(288 4% 69%) | |
| OKLCH | oklch(0.2799 0.1213 318.15) | color: oklch(0.2799 0.1213 318.15) | |
| Lab | lab(14.6 35.82 -28.76) | color: lab(14.6 35.82 -28.76) | |
| LCH | lch(14.6 45.94 321.24) | color: lch(14.6 45.94 321.24) |
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)
#28283D — rgb(40, 40, 61)
Deuteranopia (Green-blind)
#2B3039 — rgb(43, 48, 57)
Tritanopia (Blue-blind)
#3D302D — rgb(61, 48, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(288, 80%, 17%);
text
color: hsl(288, 80%, 17%);
border
border: 2px solid hsl(288, 80%, 17%);
gradient light
background: linear-gradient(to right, hsl(288, 80%, 37%), hsl(288, 80%, 17%));
gradient dark
background: linear-gradient(to right, hsl(288, 80%, 17%), hsl(288, 80%, 0%))
hex
background-color: #40094E;
tailwind
bg-[hsl(288,80%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(288, 80%, 17%, 0.4);
css variable
--color-primary: hsl(288, 80%, 17%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(288, 80%, 17%)?
HEX: #40094E | RGB: rgb(64, 9, 78) | CMYK: 18%, 88%, 0%, 69% | HSV: 288°, 88%, 31%. Copy any format from the conversion table above.
What colors go well with #40094E?
The complementary color is HSL(108, 80%, 17%). 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, 80%, 17%) in CSS?
As HSL: color: hsl(288, 80%, 17%); — As HEX: color: #40094E; — As RGB: color: rgb(64, 9, 78); — Tailwind CSS: bg-[hsl(288,80%,17%)] — CSS variable: --color-primary: hsl(288, 80%, 17%);