HSL(290, 26%, 44%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(290,26%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(290, 26%, 44%) | color: hsl(290, 26%, 44%) | |
| HEX | #84538D | color: #84538D | |
| RGB | rgb(132, 83, 141) | color: rgb(132, 83, 141) | |
| CMYK | cmyk(6%, 41%, 0%, 45%) | — | |
| HSV | hsv(291, 41%, 55%) | — | |
| HWB | hwb(291 32% 45%) | color: hwb(291 32% 45%) | |
| OKLCH | oklch(0.5192 0.105 321.21) | color: oklch(0.5192 0.105 321.21) | |
| Lab | lab(42.79 30.6 -23.97) | color: lab(42.79 30.6 -23.97) | |
| LCH | lch(42.79 38.87 321.93) | color: lch(42.79 38.87 321.93) |
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)
#6F6E7F — rgb(111, 110, 127)
Deuteranopia (Green-blind)
#72757C — rgb(114, 117, 124)
Tritanopia (Blue-blind)
#827471 — rgb(130, 116, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(290, 26%, 44%);
text
color: hsl(290, 26%, 44%);
border
border: 2px solid hsl(290, 26%, 44%);
gradient light
background: linear-gradient(to right, hsl(290, 26%, 64%), hsl(290, 26%, 44%));
gradient dark
background: linear-gradient(to right, hsl(290, 26%, 44%), hsl(290, 26%, 24%))
hex
background-color: #84538D;
tailwind
bg-[hsl(290,26%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(290, 26%, 44%, 0.4);
css variable
--color-primary: hsl(290, 26%, 44%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(290, 26%, 44%)?
HEX: #84538D | RGB: rgb(132, 83, 141) | CMYK: 6%, 41%, 0%, 45% | HSV: 291°, 41%, 55%. Copy any format from the conversion table above.
What colors go well with #84538D?
The complementary color is HSL(110, 26%, 44%). For a triadic harmony, use hues 290°, 50°, and 170°. For analogous combinations, try hues 260° and 320°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(290, 26%, 44%) in CSS?
As HSL: color: hsl(290, 26%, 44%); — As HEX: color: #84538D; — As RGB: color: rgb(132, 83, 141); — Tailwind CSS: bg-[hsl(290,26%,44%)] — CSS variable: --color-primary: hsl(290, 26%, 44%);