HSL(254, 9%, 57%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(254,9%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(254, 9%, 57%) | color: hsl(254, 9%, 57%) | |
| HEX | #8C879B | color: #8C879B | |
| RGB | rgb(140, 135, 155) | color: rgb(140, 135, 155) | |
| CMYK | cmyk(10%, 13%, 0%, 39%) | — | |
| HSV | hsv(255, 13%, 61%) | — | |
| HWB | hwb(255 53% 39%) | color: hwb(255 53% 39%) | |
| OKLCH | oklch(0.6344 0.0301 296.98) | color: oklch(0.6344 0.0301 296.98) | |
| Lab | lab(57.34 5.93 -9.96) | color: lab(57.34 5.93 -9.96) | |
| LCH | lch(57.34 11.59 300.77) | color: lch(57.34 11.59 300.77) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8A8A96 — rgb(138, 138, 150)
Deuteranopia (Green-blind)
#8A8B95 — rgb(138, 139, 149)
Tritanopia (Blue-blind)
#8C9292 — rgb(140, 146, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(254, 9%, 57%);
text
color: hsl(254, 9%, 57%);
border
border: 2px solid hsl(254, 9%, 57%);
gradient light
background: linear-gradient(to right, hsl(254, 9%, 77%), hsl(254, 9%, 57%));
gradient dark
background: linear-gradient(to right, hsl(254, 9%, 57%), hsl(254, 9%, 37%))
hex
background-color: #8C879B;
tailwind
bg-[hsl(254,9%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(254, 9%, 57%, 0.4);
css variable
--color-primary: hsl(254, 9%, 57%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(254, 9%, 57%)?
HEX: #8C879B | RGB: rgb(140, 135, 155) | CMYK: 10%, 13%, 0%, 39% | HSV: 255°, 13%, 61%. Copy any format from the conversion table above.
What colors go well with #8C879B?
The complementary color is HSL(74, 9%, 57%). For a triadic harmony, use hues 254°, 14°, and 134°. For analogous combinations, try hues 224° and 284°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(254, 9%, 57%) in CSS?
As HSL: color: hsl(254, 9%, 57%); — As HEX: color: #8C879B; — As RGB: color: rgb(140, 135, 155); — Tailwind CSS: bg-[hsl(254,9%,57%)] — CSS variable: --color-primary: hsl(254, 9%, 57%);