HSL(295, 25%, 29%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(295,25%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(295, 25%, 29%) | color: hsl(295, 25%, 29%) | |
| HEX | #59375C | color: #59375C | |
| RGB | rgb(89, 55, 92) | color: rgb(89, 55, 92) | |
| CMYK | cmyk(3%, 40%, 0%, 64%) | — | |
| HSV | hsv(295, 40%, 36%) | — | |
| HWB | hwb(295 22% 64%) | color: hwb(295 22% 64%) | |
| OKLCH | oklch(0.3921 0.0742 324) | color: oklch(0.3921 0.0742 324) | |
| Lab | lab(28.46 22.05 -15.98) | color: lab(28.46 22.05 -15.98) | |
| LCH | lch(28.46 27.23 324.07) | color: lch(28.46 27.23 324.07) |
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)
#4A4A53 — rgb(74, 74, 83)
Deuteranopia (Green-blind)
#4C4F51 — rgb(76, 79, 81)
Tritanopia (Blue-blind)
#574C4A — rgb(87, 76, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(295, 25%, 29%);
text
color: hsl(295, 25%, 29%);
border
border: 2px solid hsl(295, 25%, 29%);
gradient light
background: linear-gradient(to right, hsl(295, 25%, 49%), hsl(295, 25%, 29%));
gradient dark
background: linear-gradient(to right, hsl(295, 25%, 29%), hsl(295, 25%, 9%))
hex
background-color: #59375C;
tailwind
bg-[hsl(295,25%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(295, 25%, 29%, 0.4);
css variable
--color-primary: hsl(295, 25%, 29%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(295, 25%, 29%)?
HEX: #59375C | RGB: rgb(89, 55, 92) | CMYK: 3%, 40%, 0%, 64% | HSV: 295°, 40%, 36%. Copy any format from the conversion table above.
What colors go well with #59375C?
The complementary color is HSL(115, 25%, 29%). 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, 25%, 29%) in CSS?
As HSL: color: hsl(295, 25%, 29%); — As HEX: color: #59375C; — As RGB: color: rgb(89, 55, 92); — Tailwind CSS: bg-[hsl(295,25%,29%)] — CSS variable: --color-primary: hsl(295, 25%, 29%);