HSL(304, 75%, 15%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(304,75%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(304, 75%, 15%) | color: hsl(304, 75%, 15%) | |
| HEX | #430A3F | color: #430A3F | |
| RGB | rgb(67, 10, 63) | color: rgb(67, 10, 63) | |
| CMYK | cmyk(0%, 85%, 6%, 74%) | — | |
| HSV | hsv(304, 85%, 26%) | — | |
| HWB | hwb(304 4% 74%) | color: hwb(304 4% 74%) | |
| OKLCH | oklch(0.2749 0.108 331.21) | color: oklch(0.2749 0.108 331.21) | |
| Lab | lab(14.23 33.16 -18.87) | color: lab(14.23 33.16 -18.87) | |
| LCH | lch(14.23 38.15 330.36) | color: lch(14.23 38.15 330.36) |
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)
#2A2A32 — rgb(42, 42, 50)
Deuteranopia (Green-blind)
#2E322F — rgb(46, 50, 47)
Tritanopia (Blue-blind)
#402826 — rgb(64, 40, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(304, 75%, 15%);
text
color: hsl(304, 75%, 15%);
border
border: 2px solid hsl(304, 75%, 15%);
gradient light
background: linear-gradient(to right, hsl(304, 75%, 35%), hsl(304, 75%, 15%));
gradient dark
background: linear-gradient(to right, hsl(304, 75%, 15%), hsl(304, 75%, 0%))
hex
background-color: #430A3F;
tailwind
bg-[hsl(304,75%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(304, 75%, 15%, 0.4);
css variable
--color-primary: hsl(304, 75%, 15%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(304, 75%, 15%)?
HEX: #430A3F | RGB: rgb(67, 10, 63) | CMYK: 0%, 85%, 6%, 74% | HSV: 304°, 85%, 26%. Copy any format from the conversion table above.
What colors go well with #430A3F?
The complementary color is HSL(124, 75%, 15%). For a triadic harmony, use hues 304°, 64°, and 184°. For analogous combinations, try hues 274° and 334°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(304, 75%, 15%) in CSS?
As HSL: color: hsl(304, 75%, 15%); — As HEX: color: #430A3F; — As RGB: color: rgb(67, 10, 63); — Tailwind CSS: bg-[hsl(304,75%,15%)] — CSS variable: --color-primary: hsl(304, 75%, 15%);