HSL(302, 40%, 34%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(302,40%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(302, 40%, 34%) | color: hsl(302, 40%, 34%) | |
| HEX | #793477 | color: #793477 | |
| RGB | rgb(121, 52, 119) | color: rgb(121, 52, 119) | |
| CMYK | cmyk(0%, 57%, 2%, 53%) | — | |
| HSV | hsv(302, 57%, 47%) | — | |
| HWB | hwb(302 20% 53%) | color: hwb(302 20% 53%) | |
| OKLCH | oklch(0.4449 0.1305 328.61) | color: oklch(0.4449 0.1305 328.61) | |
| Lab | lab(33.68 39.76 -24.74) | color: lab(33.68 39.76 -24.74) | |
| LCH | lch(33.68 46.83 328.11) | color: lch(33.68 46.83 328.11) |
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)
#5B5B67 — rgb(91, 91, 103)
Deuteranopia (Green-blind)
#5F6463 — rgb(95, 100, 99)
Tritanopia (Blue-blind)
#765A57 — rgb(118, 90, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(302, 40%, 34%);
text
color: hsl(302, 40%, 34%);
border
border: 2px solid hsl(302, 40%, 34%);
gradient light
background: linear-gradient(to right, hsl(302, 40%, 54%), hsl(302, 40%, 34%));
gradient dark
background: linear-gradient(to right, hsl(302, 40%, 34%), hsl(302, 40%, 14%))
hex
background-color: #793477;
tailwind
bg-[hsl(302,40%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(302, 40%, 34%, 0.4);
css variable
--color-primary: hsl(302, 40%, 34%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(302, 40%, 34%)?
HEX: #793477 | RGB: rgb(121, 52, 119) | CMYK: 0%, 57%, 2%, 53% | HSV: 302°, 57%, 47%. Copy any format from the conversion table above.
What colors go well with #793477?
The complementary color is HSL(122, 40%, 34%). For a triadic harmony, use hues 302°, 62°, and 182°. For analogous combinations, try hues 272° and 332°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(302, 40%, 34%) in CSS?
As HSL: color: hsl(302, 40%, 34%); — As HEX: color: #793477; — As RGB: color: rgb(121, 52, 119); — Tailwind CSS: bg-[hsl(302,40%,34%)] — CSS variable: --color-primary: hsl(302, 40%, 34%);