HSL(302, 35%, 22%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(302,35%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(302, 35%, 22%) | color: hsl(302, 35%, 22%) | |
| HEX | #4C244A | color: #4C244A | |
| RGB | rgb(76, 36, 74) | color: rgb(76, 36, 74) | |
| CMYK | cmyk(0%, 53%, 3%, 70%) | — | |
| HSV | hsv(303, 53%, 30%) | — | |
| HWB | hwb(303 14% 70%) | color: hwb(303 14% 70%) | |
| OKLCH | oklch(0.3309 0.0823 329.11) | color: oklch(0.3309 0.0823 329.11) | |
| Lab | lab(21.18 25.16 -15.47) | color: lab(21.18 25.16 -15.47) | |
| LCH | lch(21.18 29.54 328.41) | color: lch(21.18 29.54 328.41) |
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)
#3B3A41 — rgb(59, 58, 65)
Deuteranopia (Green-blind)
#3D403F — rgb(61, 64, 63)
Tritanopia (Blue-blind)
#4A3A38 — rgb(74, 58, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(302, 35%, 22%);
text
color: hsl(302, 35%, 22%);
border
border: 2px solid hsl(302, 35%, 22%);
gradient light
background: linear-gradient(to right, hsl(302, 35%, 42%), hsl(302, 35%, 22%));
gradient dark
background: linear-gradient(to right, hsl(302, 35%, 22%), hsl(302, 35%, 2%))
hex
background-color: #4C244A;
tailwind
bg-[hsl(302,35%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(302, 35%, 22%, 0.4);
css variable
--color-primary: hsl(302, 35%, 22%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(302, 35%, 22%)?
HEX: #4C244A | RGB: rgb(76, 36, 74) | CMYK: 0%, 53%, 3%, 70% | HSV: 303°, 53%, 30%. Copy any format from the conversion table above.
What colors go well with #4C244A?
The complementary color is HSL(122, 35%, 22%). 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, 35%, 22%) in CSS?
As HSL: color: hsl(302, 35%, 22%); — As HEX: color: #4C244A; — As RGB: color: rgb(76, 36, 74); — Tailwind CSS: bg-[hsl(302,35%,22%)] — CSS variable: --color-primary: hsl(302, 35%, 22%);