HSL(309, 89%, 22%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(309,89%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(309, 89%, 22%) | color: hsl(309, 89%, 22%) | |
| HEX | #6A065B | color: #6A065B | |
| RGB | rgb(106, 6, 91) | color: rgb(106, 6, 91) | |
| CMYK | cmyk(0%, 94%, 14%, 58%) | — | |
| HSV | hsv(309, 94%, 42%) | — | |
| HWB | hwb(309 3% 58%) | color: hwb(309 3% 58%) | |
| OKLCH | oklch(0.3613 0.1542 336.1) | color: oklch(0.3613 0.1542 336.1) | |
| Lab | lab(23.51 47.89 -22.84) | color: lab(23.51 47.89 -22.84) | |
| LCH | lch(23.51 53.06 334.5) | color: lch(23.51 53.06 334.5) |
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)
#3F3E46 — rgb(63, 62, 70)
Deuteranopia (Green-blind)
#454C42 — rgb(69, 76, 66)
Tritanopia (Blue-blind)
#653633 — rgb(101, 54, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(309, 89%, 22%);
text
color: hsl(309, 89%, 22%);
border
border: 2px solid hsl(309, 89%, 22%);
gradient light
background: linear-gradient(to right, hsl(309, 89%, 42%), hsl(309, 89%, 22%));
gradient dark
background: linear-gradient(to right, hsl(309, 89%, 22%), hsl(309, 89%, 2%))
hex
background-color: #6A065B;
tailwind
bg-[hsl(309,89%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(309, 89%, 22%, 0.4);
css variable
--color-primary: hsl(309, 89%, 22%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(309, 89%, 22%)?
HEX: #6A065B | RGB: rgb(106, 6, 91) | CMYK: 0%, 94%, 14%, 58% | HSV: 309°, 94%, 42%. Copy any format from the conversion table above.
What colors go well with #6A065B?
The complementary color is HSL(129, 89%, 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, 89%, 22%) in CSS?
As HSL: color: hsl(309, 89%, 22%); — As HEX: color: #6A065B; — As RGB: color: rgb(106, 6, 91); — Tailwind CSS: bg-[hsl(309,89%,22%)] — CSS variable: --color-primary: hsl(309, 89%, 22%);