HSL(307, 20%, 33%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(307,20%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(307, 20%, 33%) | color: hsl(307, 20%, 33%) | |
| HEX | #654361 | color: #654361 | |
| RGB | rgb(101, 67, 97) | color: rgb(101, 67, 97) | |
| CMYK | cmyk(0%, 34%, 4%, 60%) | — | |
| HSV | hsv(307, 34%, 40%) | — | |
| HWB | hwb(307 26% 60%) | color: hwb(307 26% 60%) | |
| OKLCH | oklch(0.4324 0.0649 330.8) | color: oklch(0.4324 0.0649 330.8) | |
| Lab | lab(33.23 20.09 -11.75) | color: lab(33.23 20.09 -11.75) | |
| LCH | lch(33.23 23.27 329.68) | color: lch(33.23 23.27 329.68) |
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)
#56565A — rgb(86, 86, 90)
Deuteranopia (Green-blind)
#585B58 — rgb(88, 91, 88)
Tritanopia (Blue-blind)
#635453 — rgb(99, 84, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(307, 20%, 33%);
text
color: hsl(307, 20%, 33%);
border
border: 2px solid hsl(307, 20%, 33%);
gradient light
background: linear-gradient(to right, hsl(307, 20%, 53%), hsl(307, 20%, 33%));
gradient dark
background: linear-gradient(to right, hsl(307, 20%, 33%), hsl(307, 20%, 13%))
hex
background-color: #654361;
tailwind
bg-[hsl(307,20%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(307, 20%, 33%, 0.4);
css variable
--color-primary: hsl(307, 20%, 33%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(307, 20%, 33%)?
HEX: #654361 | RGB: rgb(101, 67, 97) | CMYK: 0%, 34%, 4%, 60% | HSV: 307°, 34%, 40%. Copy any format from the conversion table above.
What colors go well with #654361?
The complementary color is HSL(127, 20%, 33%). For a triadic harmony, use hues 307°, 67°, and 187°. For analogous combinations, try hues 277° and 337°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(307, 20%, 33%) in CSS?
As HSL: color: hsl(307, 20%, 33%); — As HEX: color: #654361; — As RGB: color: rgb(101, 67, 97); — Tailwind CSS: bg-[hsl(307,20%,33%)] — CSS variable: --color-primary: hsl(307, 20%, 33%);