HSL(212, 6%, 47%)
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(212,6%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(212, 6%, 47%) | color: hsl(212, 6%, 47%) | |
| HEX | #71777F | color: #71777F | |
| RGB | rgb(113, 119, 127) | color: rgb(113, 119, 127) | |
| CMYK | cmyk(11%, 6%, 0%, 50%) | — | |
| HSV | hsv(214, 11%, 50%) | — | |
| HWB | hwb(214 45% 50%) | color: hwb(214 45% 50%) | |
| OKLCH | oklch(0.5668 0.0143 255.55) | color: oklch(0.5668 0.0143 255.55) | |
| Lab | lab(49.78 -0.53 -5.15) | color: lab(49.78 -0.53 -5.15) | |
| LCH | lch(49.78 5.18 264.12) | color: lch(49.78 5.18 264.12) |
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)
#74747D — rgb(116, 116, 125)
Deuteranopia (Green-blind)
#73737D — rgb(115, 115, 125)
Tritanopia (Blue-blind)
#717C7B — rgb(113, 124, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(212, 6%, 47%);
text
color: hsl(212, 6%, 47%);
border
border: 2px solid hsl(212, 6%, 47%);
gradient light
background: linear-gradient(to right, hsl(212, 6%, 67%), hsl(212, 6%, 47%));
gradient dark
background: linear-gradient(to right, hsl(212, 6%, 47%), hsl(212, 6%, 27%))
hex
background-color: #71777F;
tailwind
bg-[hsl(212,6%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(212, 6%, 47%, 0.4);
css variable
--color-primary: hsl(212, 6%, 47%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(212, 6%, 47%)?
HEX: #71777F | RGB: rgb(113, 119, 127) | CMYK: 11%, 6%, 0%, 50% | HSV: 214°, 11%, 50%. Copy any format from the conversion table above.
What colors go well with #71777F?
The complementary color is HSL(32, 6%, 47%). For a triadic harmony, use hues 212°, 332°, and 92°. For analogous combinations, try hues 182° and 242°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(212, 6%, 47%) in CSS?
As HSL: color: hsl(212, 6%, 47%); — As HEX: color: #71777F; — As RGB: color: rgb(113, 119, 127); — Tailwind CSS: bg-[hsl(212,6%,47%)] — CSS variable: --color-primary: hsl(212, 6%, 47%);