HSL(289, 90%, 16%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(289,90%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(289, 90%, 16%) | color: hsl(289, 90%, 16%) | |
| HEX | #40044E | color: #40044E | |
| RGB | rgb(64, 4, 78) | color: rgb(64, 4, 78) | |
| CMYK | cmyk(18%, 95%, 0%, 69%) | — | |
| HSV | hsv(289, 95%, 31%) | — | |
| HWB | hwb(289 2% 69%) | color: hwb(289 2% 69%) | |
| OKLCH | oklch(0.2755 0.1267 318.59) | color: oklch(0.2755 0.1267 318.59) | |
| Lab | lab(13.98 37.62 -29.75) | color: lab(13.98 37.62 -29.75) | |
| LCH | lch(13.98 47.96 321.66) | color: lch(13.98 47.96 321.66) |
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)
#26253C — rgb(38, 37, 60)
Deuteranopia (Green-blind)
#2A2E38 — rgb(42, 46, 56)
Tritanopia (Blue-blind)
#3D2E2B — rgb(61, 46, 43)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(289, 90%, 16%);
text
color: hsl(289, 90%, 16%);
border
border: 2px solid hsl(289, 90%, 16%);
gradient light
background: linear-gradient(to right, hsl(289, 90%, 36%), hsl(289, 90%, 16%));
gradient dark
background: linear-gradient(to right, hsl(289, 90%, 16%), hsl(289, 90%, 0%))
hex
background-color: #40044E;
tailwind
bg-[hsl(289,90%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(289, 90%, 16%, 0.4);
css variable
--color-primary: hsl(289, 90%, 16%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(289, 90%, 16%)?
HEX: #40044E | RGB: rgb(64, 4, 78) | CMYK: 18%, 95%, 0%, 69% | HSV: 289°, 95%, 31%. Copy any format from the conversion table above.
What colors go well with #40044E?
The complementary color is HSL(109, 90%, 16%). For a triadic harmony, use hues 289°, 49°, and 169°. For analogous combinations, try hues 259° and 319°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(289, 90%, 16%) in CSS?
As HSL: color: hsl(289, 90%, 16%); — As HEX: color: #40044E; — As RGB: color: rgb(64, 4, 78); — Tailwind CSS: bg-[hsl(289,90%,16%)] — CSS variable: --color-primary: hsl(289, 90%, 16%);