HSL(305, 42%, 15%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(305,42%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(305, 42%, 15%) | color: hsl(305, 42%, 15%) | |
| HEX | #361634 | color: #361634 | |
| RGB | rgb(54, 22, 52) | color: rgb(54, 22, 52) | |
| CMYK | cmyk(0%, 59%, 4%, 79%) | — | |
| HSV | hsv(304, 59%, 21%) | — | |
| HWB | hwb(304 9% 79%) | color: hwb(304 9% 79%) | |
| OKLCH | oklch(0.261 0.0689 329.72) | color: oklch(0.261 0.0689 329.72) | |
| Lab | lab(13.27 21.1 -12.7) | color: lab(13.27 21.1 -12.7) | |
| LCH | lch(13.27 24.63 328.96) | color: lch(13.27 24.63 328.96) |
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)
#28282D — rgb(40, 40, 45)
Deuteranopia (Green-blind)
#2A2C2B — rgb(42, 44, 43)
Tritanopia (Blue-blind)
#342726 — rgb(52, 39, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(305, 42%, 15%);
text
color: hsl(305, 42%, 15%);
border
border: 2px solid hsl(305, 42%, 15%);
gradient light
background: linear-gradient(to right, hsl(305, 42%, 35%), hsl(305, 42%, 15%));
gradient dark
background: linear-gradient(to right, hsl(305, 42%, 15%), hsl(305, 42%, 0%))
hex
background-color: #361634;
tailwind
bg-[hsl(305,42%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(305, 42%, 15%, 0.4);
css variable
--color-primary: hsl(305, 42%, 15%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(305, 42%, 15%)?
HEX: #361634 | RGB: rgb(54, 22, 52) | CMYK: 0%, 59%, 4%, 79% | HSV: 304°, 59%, 21%. Copy any format from the conversion table above.
What colors go well with #361634?
The complementary color is HSL(125, 42%, 15%). For a triadic harmony, use hues 305°, 65°, and 185°. For analogous combinations, try hues 275° and 335°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(305, 42%, 15%) in CSS?
As HSL: color: hsl(305, 42%, 15%); — As HEX: color: #361634; — As RGB: color: rgb(54, 22, 52); — Tailwind CSS: bg-[hsl(305,42%,15%)] — CSS variable: --color-primary: hsl(305, 42%, 15%);