HSL(289, 65%, 15%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(289,65%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(289, 65%, 15%) | color: hsl(289, 65%, 15%) | |
| HEX | #360D3F | color: #360D3F | |
| RGB | rgb(54, 13, 63) | color: rgb(54, 13, 63) | |
| CMYK | cmyk(14%, 79%, 0%, 75%) | — | |
| HSV | hsv(289, 79%, 25%) | — | |
| HWB | hwb(289 5% 75%) | color: hwb(289 5% 75%) | |
| OKLCH | oklch(0.2553 0.0968 319.82) | color: oklch(0.2553 0.0968 319.82) | |
| Lab | lab(12.16 28.53 -22.3) | color: lab(12.16 28.53 -22.3) | |
| LCH | lch(12.16 36.21 321.99) | color: lch(12.16 36.21 321.99) |
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)
#242433 — rgb(36, 36, 51)
Deuteranopia (Green-blind)
#272A30 — rgb(39, 42, 48)
Tritanopia (Blue-blind)
#342927 — rgb(52, 41, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(289, 65%, 15%);
text
color: hsl(289, 65%, 15%);
border
border: 2px solid hsl(289, 65%, 15%);
gradient light
background: linear-gradient(to right, hsl(289, 65%, 35%), hsl(289, 65%, 15%));
gradient dark
background: linear-gradient(to right, hsl(289, 65%, 15%), hsl(289, 65%, 0%))
hex
background-color: #360D3F;
tailwind
bg-[hsl(289,65%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(289, 65%, 15%, 0.4);
css variable
--color-primary: hsl(289, 65%, 15%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(289, 65%, 15%)?
HEX: #360D3F | RGB: rgb(54, 13, 63) | CMYK: 14%, 79%, 0%, 75% | HSV: 289°, 79%, 25%. Copy any format from the conversion table above.
What colors go well with #360D3F?
The complementary color is HSL(109, 65%, 15%). 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, 65%, 15%) in CSS?
As HSL: color: hsl(289, 65%, 15%); — As HEX: color: #360D3F; — As RGB: color: rgb(54, 13, 63); — Tailwind CSS: bg-[hsl(289,65%,15%)] — CSS variable: --color-primary: hsl(289, 65%, 15%);