HSL(290, 65%, 15%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(290,65%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(290, 65%, 15%) | color: hsl(290, 65%, 15%) | |
| HEX | #370D3F | color: #370D3F | |
| RGB | rgb(55, 13, 63) | color: rgb(55, 13, 63) | |
| CMYK | cmyk(13%, 79%, 0%, 75%) | — | |
| HSV | hsv(290, 79%, 25%) | — | |
| HWB | hwb(290 5% 75%) | color: hwb(290 5% 75%) | |
| OKLCH | oklch(0.2569 0.0973 320.78) | color: oklch(0.2569 0.0973 320.78) | |
| Lab | lab(12.35 28.79 -22) | color: lab(12.35 28.79 -22) | |
| LCH | lch(12.35 36.23 322.61) | color: lch(12.35 36.23 322.61) |
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)
#252433 — rgb(37, 36, 51)
Deuteranopia (Green-blind)
#272A30 — rgb(39, 42, 48)
Tritanopia (Blue-blind)
#352927 — rgb(53, 41, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(290, 65%, 15%);
text
color: hsl(290, 65%, 15%);
border
border: 2px solid hsl(290, 65%, 15%);
gradient light
background: linear-gradient(to right, hsl(290, 65%, 35%), hsl(290, 65%, 15%));
gradient dark
background: linear-gradient(to right, hsl(290, 65%, 15%), hsl(290, 65%, 0%))
hex
background-color: #370D3F;
tailwind
bg-[hsl(290,65%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(290, 65%, 15%, 0.4);
css variable
--color-primary: hsl(290, 65%, 15%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(290, 65%, 15%)?
HEX: #370D3F | RGB: rgb(55, 13, 63) | CMYK: 13%, 79%, 0%, 75% | HSV: 290°, 79%, 25%. Copy any format from the conversion table above.
What colors go well with #370D3F?
The complementary color is HSL(110, 65%, 15%). For a triadic harmony, use hues 290°, 50°, and 170°. For analogous combinations, try hues 260° and 320°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(290, 65%, 15%) in CSS?
As HSL: color: hsl(290, 65%, 15%); — As HEX: color: #370D3F; — As RGB: color: rgb(55, 13, 63); — Tailwind CSS: bg-[hsl(290,65%,15%)] — CSS variable: --color-primary: hsl(290, 65%, 15%);