HSL(305, 80%, 15%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(305,80%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(305, 80%, 15%) | color: hsl(305, 80%, 15%) | |
| HEX | #450840 | color: #450840 | |
| RGB | rgb(69, 8, 64) | color: rgb(69, 8, 64) | |
| CMYK | cmyk(0%, 88%, 7%, 73%) | — | |
| HSV | hsv(305, 88%, 27%) | — | |
| HWB | hwb(305 3% 73%) | color: hwb(305 3% 73%) | |
| OKLCH | oklch(0.2775 0.1123 331.92) | color: oklch(0.2775 0.1123 331.92) | |
| Lab | lab(14.45 34.55 -19.19) | color: lab(14.45 34.55 -19.19) | |
| LCH | lch(14.45 39.52 330.95) | color: lch(14.45 39.52 330.95) |
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)
#2B2A32 — rgb(43, 42, 50)
Deuteranopia (Green-blind)
#2E332F — rgb(46, 51, 47)
Tritanopia (Blue-blind)
#422825 — rgb(66, 40, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(305, 80%, 15%);
text
color: hsl(305, 80%, 15%);
border
border: 2px solid hsl(305, 80%, 15%);
gradient light
background: linear-gradient(to right, hsl(305, 80%, 35%), hsl(305, 80%, 15%));
gradient dark
background: linear-gradient(to right, hsl(305, 80%, 15%), hsl(305, 80%, 0%))
hex
background-color: #450840;
tailwind
bg-[hsl(305,80%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(305, 80%, 15%, 0.4);
css variable
--color-primary: hsl(305, 80%, 15%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(305, 80%, 15%)?
HEX: #450840 | RGB: rgb(69, 8, 64) | CMYK: 0%, 88%, 7%, 73% | HSV: 305°, 88%, 27%. Copy any format from the conversion table above.
What colors go well with #450840?
The complementary color is HSL(125, 80%, 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, 80%, 15%) in CSS?
As HSL: color: hsl(305, 80%, 15%); — As HEX: color: #450840; — As RGB: color: rgb(69, 8, 64); — Tailwind CSS: bg-[hsl(305,80%,15%)] — CSS variable: --color-primary: hsl(305, 80%, 15%);