HSL(299, 75%, 22%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(299,75%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(299, 75%, 22%) | color: hsl(299, 75%, 22%) | |
| HEX | #610E62 | color: #610E62 | |
| RGB | rgb(97, 14, 98) | color: rgb(97, 14, 98) | |
| CMYK | cmyk(1%, 86%, 0%, 62%) | — | |
| HSV | hsv(299, 86%, 38%) | — | |
| HWB | hwb(299 5% 62%) | color: hwb(299 5% 62%) | |
| OKLCH | oklch(0.3542 0.149 327.62) | color: oklch(0.3542 0.149 327.62) | |
| Lab | lab(22.79 45.27 -28.73) | color: lab(22.79 45.27 -28.73) | |
| LCH | lch(22.79 53.62 327.6) | color: lch(22.79 53.62 327.6) |
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)
#3D3C4E — rgb(61, 60, 78)
Deuteranopia (Green-blind)
#424849 — rgb(66, 72, 73)
Tritanopia (Blue-blind)
#5D3E3A — rgb(93, 62, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(299, 75%, 22%);
text
color: hsl(299, 75%, 22%);
border
border: 2px solid hsl(299, 75%, 22%);
gradient light
background: linear-gradient(to right, hsl(299, 75%, 42%), hsl(299, 75%, 22%));
gradient dark
background: linear-gradient(to right, hsl(299, 75%, 22%), hsl(299, 75%, 2%))
hex
background-color: #610E62;
tailwind
bg-[hsl(299,75%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(299, 75%, 22%, 0.4);
css variable
--color-primary: hsl(299, 75%, 22%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(299, 75%, 22%)?
HEX: #610E62 | RGB: rgb(97, 14, 98) | CMYK: 1%, 86%, 0%, 62% | HSV: 299°, 86%, 38%. Copy any format from the conversion table above.
What colors go well with #610E62?
The complementary color is HSL(119, 75%, 22%). For a triadic harmony, use hues 299°, 59°, and 179°. For analogous combinations, try hues 269° and 329°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(299, 75%, 22%) in CSS?
As HSL: color: hsl(299, 75%, 22%); — As HEX: color: #610E62; — As RGB: color: rgb(97, 14, 98); — Tailwind CSS: bg-[hsl(299,75%,22%)] — CSS variable: --color-primary: hsl(299, 75%, 22%);