HSL(309, 95%, 22%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(309,95%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(309, 95%, 22%) | color: hsl(309, 95%, 22%) | |
| HEX | #6D035D | color: #6D035D | |
| RGB | rgb(109, 3, 93) | color: rgb(109, 3, 93) | |
| CMYK | cmyk(0%, 97%, 15%, 57%) | — | |
| HSV | hsv(309, 97%, 43%) | — | |
| HWB | hwb(309 1% 57%) | color: hwb(309 1% 57%) | |
| OKLCH | oklch(0.3664 0.1591 336.39) | color: oklch(0.3664 0.1591 336.39) | |
| Lab | lab(24.02 49.45 -23.31) | color: lab(24.02 49.45 -23.31) | |
| LCH | lch(24.02 54.67 334.76) | color: lch(24.02 54.67 334.76) |
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)
#3F3E47 — rgb(63, 62, 71)
Deuteranopia (Green-blind)
#454D42 — rgb(69, 77, 66)
Tritanopia (Blue-blind)
#683632 — rgb(104, 54, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(309, 95%, 22%);
text
color: hsl(309, 95%, 22%);
border
border: 2px solid hsl(309, 95%, 22%);
gradient light
background: linear-gradient(to right, hsl(309, 95%, 42%), hsl(309, 95%, 22%));
gradient dark
background: linear-gradient(to right, hsl(309, 95%, 22%), hsl(309, 95%, 2%))
hex
background-color: #6D035D;
tailwind
bg-[hsl(309,95%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(309, 95%, 22%, 0.4);
css variable
--color-primary: hsl(309, 95%, 22%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(309, 95%, 22%)?
HEX: #6D035D | RGB: rgb(109, 3, 93) | CMYK: 0%, 97%, 15%, 57% | HSV: 309°, 97%, 43%. Copy any format from the conversion table above.
What colors go well with #6D035D?
The complementary color is HSL(129, 95%, 22%). For a triadic harmony, use hues 309°, 69°, and 189°. For analogous combinations, try hues 279° and 339°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(309, 95%, 22%) in CSS?
As HSL: color: hsl(309, 95%, 22%); — As HEX: color: #6D035D; — As RGB: color: rgb(109, 3, 93); — Tailwind CSS: bg-[hsl(309,95%,22%)] — CSS variable: --color-primary: hsl(309, 95%, 22%);