HSL(288, 10%, 36%)
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(288,10%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(288, 10%, 36%) | color: hsl(288, 10%, 36%) | |
| HEX | #615365 | color: #615365 | |
| RGB | rgb(97, 83, 101) | color: rgb(97, 83, 101) | |
| CMYK | cmyk(4%, 18%, 0%, 60%) | — | |
| HSV | hsv(287, 18%, 40%) | — | |
| HWB | hwb(287 33% 60%) | color: hwb(287 33% 60%) | |
| OKLCH | oklch(0.4626 0.0336 318.66) | color: oklch(0.4626 0.0336 318.66) | |
| Lab | lab(37.24 9.45 -8.25) | color: lab(37.24 9.45 -8.25) | |
| LCH | lch(37.24 12.54 318.88) | color: lch(37.24 12.54 318.88) |
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)
#5B5B61 — rgb(91, 91, 97)
Deuteranopia (Green-blind)
#5C5D60 — rgb(92, 93, 96)
Tritanopia (Blue-blind)
#605D5C — rgb(96, 93, 92)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(288, 10%, 36%);
text
color: hsl(288, 10%, 36%);
border
border: 2px solid hsl(288, 10%, 36%);
gradient light
background: linear-gradient(to right, hsl(288, 10%, 56%), hsl(288, 10%, 36%));
gradient dark
background: linear-gradient(to right, hsl(288, 10%, 36%), hsl(288, 10%, 16%))
hex
background-color: #615365;
tailwind
bg-[hsl(288,10%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(288, 10%, 36%, 0.4);
css variable
--color-primary: hsl(288, 10%, 36%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(288, 10%, 36%)?
HEX: #615365 | RGB: rgb(97, 83, 101) | CMYK: 4%, 18%, 0%, 60% | HSV: 287°, 18%, 40%. Copy any format from the conversion table above.
What colors go well with #615365?
The complementary color is HSL(108, 10%, 36%). For a triadic harmony, use hues 288°, 48°, and 168°. For analogous combinations, try hues 258° and 318°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(288, 10%, 36%) in CSS?
As HSL: color: hsl(288, 10%, 36%); — As HEX: color: #615365; — As RGB: color: rgb(97, 83, 101); — Tailwind CSS: bg-[hsl(288,10%,36%)] — CSS variable: --color-primary: hsl(288, 10%, 36%);