HSL(297, 61%, 14%)
Very Dark Purple — Purple color
Adjust Color
Color Information
Color Name
Very Dark Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(297,61%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(297, 61%, 14%) | color: hsl(297, 61%, 14%) | |
| HEX | #370E39 | color: #370E39 | |
| RGB | rgb(55, 14, 57) | color: rgb(55, 14, 57) | |
| CMYK | cmyk(4%, 75%, 0%, 78%) | — | |
| HSV | hsv(297, 75%, 22%) | — | |
| HWB | hwb(297 6% 78%) | color: hwb(297 6% 78%) | |
| OKLCH | oklch(0.2538 0.0895 325.89) | color: oklch(0.2538 0.0895 325.89) | |
| Lab | lab(12.1 26.99 -18.11) | color: lab(12.1 26.99 -18.11) | |
| LCH | lch(12.1 32.5 326.14) | color: lch(12.1 32.5 326.14) |
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)
#25252F — rgb(37, 37, 47)
Deuteranopia (Green-blind)
#282B2C — rgb(40, 43, 44)
Tritanopia (Blue-blind)
#352625 — rgb(53, 38, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(297, 61%, 14%);
text
color: hsl(297, 61%, 14%);
border
border: 2px solid hsl(297, 61%, 14%);
gradient light
background: linear-gradient(to right, hsl(297, 61%, 34%), hsl(297, 61%, 14%));
gradient dark
background: linear-gradient(to right, hsl(297, 61%, 14%), hsl(297, 61%, 0%))
hex
background-color: #370E39;
tailwind
bg-[hsl(297,61%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(297, 61%, 14%, 0.4);
css variable
--color-primary: hsl(297, 61%, 14%);
Related Colors
Use Cases for Very Dark Purple
Frequently Asked Questions
What are all the color codes for HSL(297, 61%, 14%)?
HEX: #370E39 | RGB: rgb(55, 14, 57) | CMYK: 4%, 75%, 0%, 78% | HSV: 297°, 75%, 22%. Copy any format from the conversion table above.
What colors go well with #370E39?
The complementary color is HSL(117, 61%, 14%). For a triadic harmony, use hues 297°, 57°, and 177°. For analogous combinations, try hues 267° and 327°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(297, 61%, 14%) in CSS?
As HSL: color: hsl(297, 61%, 14%); — As HEX: color: #370E39; — As RGB: color: rgb(55, 14, 57); — Tailwind CSS: bg-[hsl(297,61%,14%)] — CSS variable: --color-primary: hsl(297, 61%, 14%);