HSL(302, 80%, 16%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(302,80%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(302, 80%, 16%) | color: hsl(302, 80%, 16%) | |
| HEX | #490847 | color: #490847 | |
| RGB | rgb(73, 8, 71) | color: rgb(73, 8, 71) | |
| CMYK | cmyk(0%, 89%, 3%, 71%) | — | |
| HSV | hsv(302, 89%, 29%) | — | |
| HWB | hwb(302 3% 71%) | color: hwb(302 3% 71%) | |
| OKLCH | oklch(0.2895 0.1204 329.57) | color: oklch(0.2895 0.1204 329.57) | |
| Lab | lab(15.72 36.77 -22.02) | color: lab(15.72 36.77 -22.02) | |
| LCH | lch(15.72 42.86 329.08) | color: lch(15.72 42.86 329.08) |
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)
#2D2C38 — rgb(45, 44, 56)
Deuteranopia (Green-blind)
#313634 — rgb(49, 54, 52)
Tritanopia (Blue-blind)
#462C29 — rgb(70, 44, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(302, 80%, 16%);
text
color: hsl(302, 80%, 16%);
border
border: 2px solid hsl(302, 80%, 16%);
gradient light
background: linear-gradient(to right, hsl(302, 80%, 36%), hsl(302, 80%, 16%));
gradient dark
background: linear-gradient(to right, hsl(302, 80%, 16%), hsl(302, 80%, 0%))
hex
background-color: #490847;
tailwind
bg-[hsl(302,80%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(302, 80%, 16%, 0.4);
css variable
--color-primary: hsl(302, 80%, 16%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(302, 80%, 16%)?
HEX: #490847 | RGB: rgb(73, 8, 71) | CMYK: 0%, 89%, 3%, 71% | HSV: 302°, 89%, 29%. Copy any format from the conversion table above.
What colors go well with #490847?
The complementary color is HSL(122, 80%, 16%). 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, 80%, 16%) in CSS?
As HSL: color: hsl(302, 80%, 16%); — As HEX: color: #490847; — As RGB: color: rgb(73, 8, 71); — Tailwind CSS: bg-[hsl(302,80%,16%)] — CSS variable: --color-primary: hsl(302, 80%, 16%);