HSL(295, 20%, 44%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(295,20%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(295, 20%, 44%) | color: hsl(295, 20%, 44%) | |
| HEX | #835A87 | color: #835A87 | |
| RGB | rgb(131, 90, 135) | color: rgb(131, 90, 135) | |
| CMYK | cmyk(3%, 33%, 0%, 47%) | — | |
| HSV | hsv(295, 33%, 53%) | — | |
| HWB | hwb(295 36% 47%) | color: hwb(295 36% 47%) | |
| OKLCH | oklch(0.5278 0.0842 323.61) | color: oklch(0.5278 0.0842 323.61) | |
| Lab | lab(44.07 24.92 -18.38) | color: lab(44.07 24.92 -18.38) | |
| LCH | lch(44.07 30.96 323.59) | color: lch(44.07 30.96 323.59) |
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)
#71717C — rgb(113, 113, 124)
Deuteranopia (Green-blind)
#74777A — rgb(116, 119, 122)
Tritanopia (Blue-blind)
#817472 — rgb(129, 116, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(295, 20%, 44%);
text
color: hsl(295, 20%, 44%);
border
border: 2px solid hsl(295, 20%, 44%);
gradient light
background: linear-gradient(to right, hsl(295, 20%, 64%), hsl(295, 20%, 44%));
gradient dark
background: linear-gradient(to right, hsl(295, 20%, 44%), hsl(295, 20%, 24%))
hex
background-color: #835A87;
tailwind
bg-[hsl(295,20%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(295, 20%, 44%, 0.4);
css variable
--color-primary: hsl(295, 20%, 44%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(295, 20%, 44%)?
HEX: #835A87 | RGB: rgb(131, 90, 135) | CMYK: 3%, 33%, 0%, 47% | HSV: 295°, 33%, 53%. Copy any format from the conversion table above.
What colors go well with #835A87?
The complementary color is HSL(115, 20%, 44%). For a triadic harmony, use hues 295°, 55°, and 175°. For analogous combinations, try hues 265° and 325°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(295, 20%, 44%) in CSS?
As HSL: color: hsl(295, 20%, 44%); — As HEX: color: #835A87; — As RGB: color: rgb(131, 90, 135); — Tailwind CSS: bg-[hsl(295,20%,44%)] — CSS variable: --color-primary: hsl(295, 20%, 44%);