HSL(302, 65%, 38%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(302,65%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(302, 65%, 38%) | color: hsl(302, 65%, 38%) | |
| HEX | #A0229C | color: #A0229C | |
| RGB | rgb(160, 34, 156) | color: rgb(160, 34, 156) | |
| CMYK | cmyk(0%, 79%, 2%, 37%) | — | |
| HSV | hsv(302, 79%, 63%) | — | |
| HWB | hwb(302 13% 37%) | color: hwb(302 13% 37%) | |
| OKLCH | oklch(0.5068 0.2059 329.54) | color: oklch(0.5068 0.2059 329.54) | |
| Lab | lab(39.61 62.89 -37.73) | color: lab(39.61 62.89 -37.73) | |
| LCH | lch(39.61 73.34 329.04) | color: lch(39.61 73.34 329.04) |
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)
#69687E — rgb(105, 104, 126)
Deuteranopia (Green-blind)
#717A77 — rgb(113, 122, 119)
Tritanopia (Blue-blind)
#9A6762 — rgb(154, 103, 98)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(302, 65%, 38%);
text
color: hsl(302, 65%, 38%);
border
border: 2px solid hsl(302, 65%, 38%);
gradient light
background: linear-gradient(to right, hsl(302, 65%, 58%), hsl(302, 65%, 38%));
gradient dark
background: linear-gradient(to right, hsl(302, 65%, 38%), hsl(302, 65%, 18%))
hex
background-color: #A0229C;
tailwind
bg-[hsl(302,65%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(302, 65%, 38%, 0.4);
css variable
--color-primary: hsl(302, 65%, 38%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(302, 65%, 38%)?
HEX: #A0229C | RGB: rgb(160, 34, 156) | CMYK: 0%, 79%, 2%, 37% | HSV: 302°, 79%, 63%. Copy any format from the conversion table above.
What colors go well with #A0229C?
The complementary color is HSL(122, 65%, 38%). 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, 65%, 38%) in CSS?
As HSL: color: hsl(302, 65%, 38%); — As HEX: color: #A0229C; — As RGB: color: rgb(160, 34, 156); — Tailwind CSS: bg-[hsl(302,65%,38%)] — CSS variable: --color-primary: hsl(302, 65%, 38%);