HSL(295, 12%, 41%)
Grayish Purple — Purple color
Adjust Color
Color Information
Color Name
Grayish Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(295,12%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(295, 12%, 41%) | color: hsl(295, 12%, 41%) | |
| HEX | #735C75 | color: #735C75 | |
| RGB | rgb(115, 92, 117) | color: rgb(115, 92, 117) | |
| CMYK | cmyk(2%, 21%, 0%, 54%) | — | |
| HSV | hsv(295, 21%, 46%) | — | |
| HWB | hwb(295 36% 54%) | color: hwb(295 36% 54%) | |
| OKLCH | oklch(0.5066 0.048 323.66) | color: oklch(0.5066 0.048 323.66) | |
| Lab | lab(42.13 14.18 -10.57) | color: lab(42.13 14.18 -10.57) | |
| LCH | lch(42.13 17.69 323.3) | color: lch(42.13 17.69 323.3) |
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)
#69696F — rgb(105, 105, 111)
Deuteranopia (Green-blind)
#6A6C6E — rgb(106, 108, 110)
Tritanopia (Blue-blind)
#726A69 — rgb(114, 106, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(295, 12%, 41%);
text
color: hsl(295, 12%, 41%);
border
border: 2px solid hsl(295, 12%, 41%);
gradient light
background: linear-gradient(to right, hsl(295, 12%, 61%), hsl(295, 12%, 41%));
gradient dark
background: linear-gradient(to right, hsl(295, 12%, 41%), hsl(295, 12%, 21%))
hex
background-color: #735C75;
tailwind
bg-[hsl(295,12%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(295, 12%, 41%, 0.4);
css variable
--color-primary: hsl(295, 12%, 41%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(295, 12%, 41%)?
HEX: #735C75 | RGB: rgb(115, 92, 117) | CMYK: 2%, 21%, 0%, 54% | HSV: 295°, 21%, 46%. Copy any format from the conversion table above.
What colors go well with #735C75?
The complementary color is HSL(115, 12%, 41%). 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, 12%, 41%) in CSS?
As HSL: color: hsl(295, 12%, 41%); — As HEX: color: #735C75; — As RGB: color: rgb(115, 92, 117); — Tailwind CSS: bg-[hsl(295,12%,41%)] — CSS variable: --color-primary: hsl(295, 12%, 41%);