HSL(287, 10%, 47%)
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(287,10%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(287, 10%, 47%) | color: hsl(287, 10%, 47%) | |
| HEX | #7F6C84 | color: #7F6C84 | |
| RGB | rgb(127, 108, 132) | color: rgb(127, 108, 132) | |
| CMYK | cmyk(4%, 18%, 0%, 48%) | — | |
| HSV | hsv(288, 18%, 52%) | — | |
| HWB | hwb(288 43% 48%) | color: hwb(288 43% 48%) | |
| OKLCH | oklch(0.5576 0.0429 319.16) | color: oklch(0.5576 0.0429 319.16) | |
| Lab | lab(48.14 12.15 -10.44) | color: lab(48.14 12.15 -10.44) | |
| LCH | lch(48.14 16.02 319.33) | color: lch(48.14 16.02 319.33) |
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)
#77777E — rgb(119, 119, 126)
Deuteranopia (Green-blind)
#78797D — rgb(120, 121, 125)
Tritanopia (Blue-blind)
#7E7A79 — rgb(126, 122, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(287, 10%, 47%);
text
color: hsl(287, 10%, 47%);
border
border: 2px solid hsl(287, 10%, 47%);
gradient light
background: linear-gradient(to right, hsl(287, 10%, 67%), hsl(287, 10%, 47%));
gradient dark
background: linear-gradient(to right, hsl(287, 10%, 47%), hsl(287, 10%, 27%))
hex
background-color: #7F6C84;
tailwind
bg-[hsl(287,10%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(287, 10%, 47%, 0.4);
css variable
--color-primary: hsl(287, 10%, 47%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(287, 10%, 47%)?
HEX: #7F6C84 | RGB: rgb(127, 108, 132) | CMYK: 4%, 18%, 0%, 48% | HSV: 288°, 18%, 52%. Copy any format from the conversion table above.
What colors go well with #7F6C84?
The complementary color is HSL(107, 10%, 47%). For a triadic harmony, use hues 287°, 47°, and 167°. For analogous combinations, try hues 257° and 317°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(287, 10%, 47%) in CSS?
As HSL: color: hsl(287, 10%, 47%); — As HEX: color: #7F6C84; — As RGB: color: rgb(127, 108, 132); — Tailwind CSS: bg-[hsl(287,10%,47%)] — CSS variable: --color-primary: hsl(287, 10%, 47%);