HSL(298, 71%, 18%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(298,71%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(298, 71%, 18%) | color: hsl(298, 71%, 18%) | |
| HEX | #4C0D4E | color: #4C0D4E | |
| RGB | rgb(76, 13, 78) | color: rgb(76, 13, 78) | |
| CMYK | cmyk(3%, 83%, 0%, 69%) | — | |
| HSV | hsv(298, 83%, 31%) | — | |
| HWB | hwb(298 5% 69%) | color: hwb(298 5% 69%) | |
| OKLCH | oklch(0.3037 0.1227 326.71) | color: oklch(0.3037 0.1227 326.71) | |
| Lab | lab(17.34 37.16 -24.23) | color: lab(17.34 37.16 -24.23) | |
| LCH | lch(17.34 44.36 326.89) | color: lch(17.34 44.36 326.89) |
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)
#31303E — rgb(49, 48, 62)
Deuteranopia (Green-blind)
#34393B — rgb(52, 57, 59)
Tritanopia (Blue-blind)
#49322F — rgb(73, 50, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(298, 71%, 18%);
text
color: hsl(298, 71%, 18%);
border
border: 2px solid hsl(298, 71%, 18%);
gradient light
background: linear-gradient(to right, hsl(298, 71%, 38%), hsl(298, 71%, 18%));
gradient dark
background: linear-gradient(to right, hsl(298, 71%, 18%), hsl(298, 71%, 0%))
hex
background-color: #4C0D4E;
tailwind
bg-[hsl(298,71%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(298, 71%, 18%, 0.4);
css variable
--color-primary: hsl(298, 71%, 18%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(298, 71%, 18%)?
HEX: #4C0D4E | RGB: rgb(76, 13, 78) | CMYK: 3%, 83%, 0%, 69% | HSV: 298°, 83%, 31%. Copy any format from the conversion table above.
What colors go well with #4C0D4E?
The complementary color is HSL(118, 71%, 18%). For a triadic harmony, use hues 298°, 58°, and 178°. For analogous combinations, try hues 268° and 328°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(298, 71%, 18%) in CSS?
As HSL: color: hsl(298, 71%, 18%); — As HEX: color: #4C0D4E; — As RGB: color: rgb(76, 13, 78); — Tailwind CSS: bg-[hsl(298,71%,18%)] — CSS variable: --color-primary: hsl(298, 71%, 18%);