HSL(307, 20%, 39%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(307,20%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(307, 20%, 39%) | color: hsl(307, 20%, 39%) | |
| HEX | #775073 | color: #775073 | |
| RGB | rgb(119, 80, 115) | color: rgb(119, 80, 115) | |
| CMYK | cmyk(0%, 33%, 3%, 53%) | — | |
| HSV | hsv(306, 33%, 47%) | — | |
| HWB | hwb(306 31% 53%) | color: hwb(306 31% 53%) | |
| OKLCH | oklch(0.4866 0.0729 330.23) | color: oklch(0.4866 0.0729 330.23) | |
| Lab | lab(39.41 22.51 -13.43) | color: lab(39.41 22.51 -13.43) | |
| LCH | lch(39.41 26.21 329.18) | color: lch(39.41 26.21 329.18) |
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)
#66666B — rgb(102, 102, 107)
Deuteranopia (Green-blind)
#686B69 — rgb(104, 107, 105)
Tritanopia (Blue-blind)
#756462 — rgb(117, 100, 98)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(307, 20%, 39%);
text
color: hsl(307, 20%, 39%);
border
border: 2px solid hsl(307, 20%, 39%);
gradient light
background: linear-gradient(to right, hsl(307, 20%, 59%), hsl(307, 20%, 39%));
gradient dark
background: linear-gradient(to right, hsl(307, 20%, 39%), hsl(307, 20%, 19%))
hex
background-color: #775073;
tailwind
bg-[hsl(307,20%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(307, 20%, 39%, 0.4);
css variable
--color-primary: hsl(307, 20%, 39%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(307, 20%, 39%)?
HEX: #775073 | RGB: rgb(119, 80, 115) | CMYK: 0%, 33%, 3%, 53% | HSV: 306°, 33%, 47%. Copy any format from the conversion table above.
What colors go well with #775073?
The complementary color is HSL(127, 20%, 39%). 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%, 39%) in CSS?
As HSL: color: hsl(307, 20%, 39%); — As HEX: color: #775073; — As RGB: color: rgb(119, 80, 115); — Tailwind CSS: bg-[hsl(307,20%,39%)] — CSS variable: --color-primary: hsl(307, 20%, 39%);