HSL(298, 50%, 17%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(298,50%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(298, 50%, 17%) | color: hsl(298, 50%, 17%) | |
| HEX | #401641 | color: #401641 | |
| RGB | rgb(64, 22, 65) | color: rgb(64, 22, 65) | |
| CMYK | cmyk(2%, 66%, 0%, 75%) | — | |
| HSV | hsv(299, 66%, 25%) | — | |
| HWB | hwb(299 9% 75%) | color: hwb(299 9% 75%) | |
| OKLCH | oklch(0.285 0.0903 326.71) | color: oklch(0.285 0.0903 326.71) | |
| Lab | lab(15.73 27.28 -17.95) | color: lab(15.73 27.28 -17.95) | |
| LCH | lch(15.73 32.66 326.66) | color: lch(15.73 32.66 326.66) |
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)
#2E2D37 — rgb(46, 45, 55)
Deuteranopia (Green-blind)
#303334 — rgb(48, 51, 52)
Tritanopia (Blue-blind)
#3E2E2D — rgb(62, 46, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(298, 50%, 17%);
text
color: hsl(298, 50%, 17%);
border
border: 2px solid hsl(298, 50%, 17%);
gradient light
background: linear-gradient(to right, hsl(298, 50%, 37%), hsl(298, 50%, 17%));
gradient dark
background: linear-gradient(to right, hsl(298, 50%, 17%), hsl(298, 50%, 0%))
hex
background-color: #401641;
tailwind
bg-[hsl(298,50%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(298, 50%, 17%, 0.4);
css variable
--color-primary: hsl(298, 50%, 17%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(298, 50%, 17%)?
HEX: #401641 | RGB: rgb(64, 22, 65) | CMYK: 2%, 66%, 0%, 75% | HSV: 299°, 66%, 25%. Copy any format from the conversion table above.
What colors go well with #401641?
The complementary color is HSL(118, 50%, 17%). 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, 50%, 17%) in CSS?
As HSL: color: hsl(298, 50%, 17%); — As HEX: color: #401641; — As RGB: color: rgb(64, 22, 65); — Tailwind CSS: bg-[hsl(298,50%,17%)] — CSS variable: --color-primary: hsl(298, 50%, 17%);