HSL(277, 2%, 43%)
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(277,2%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(277, 2%, 43%) | color: hsl(277, 2%, 43%) | |
| HEX | #6E6B70 | color: #6E6B70 | |
| RGB | rgb(110, 107, 112) | color: rgb(110, 107, 112) | |
| CMYK | cmyk(2%, 4%, 0%, 56%) | — | |
| HSV | hsv(276, 4%, 44%) | — | |
| HWB | hwb(276 42% 56%) | color: hwb(276 42% 56%) | |
| OKLCH | oklch(0.5321 0.0085 312.24) | color: oklch(0.5321 0.0085 312.24) | |
| Lab | lab(45.63 2.19 -2.37) | color: lab(45.63 2.19 -2.37) | |
| LCH | lch(45.63 3.23 312.74) | color: lch(45.63 3.23 312.74) |
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)
#6D6D6F — rgb(109, 109, 111)
Deuteranopia (Green-blind)
#6D6D6F — rgb(109, 109, 111)
Tritanopia (Blue-blind)
#6E6E6E — rgb(110, 110, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(277, 2%, 43%);
text
color: hsl(277, 2%, 43%);
border
border: 2px solid hsl(277, 2%, 43%);
gradient light
background: linear-gradient(to right, hsl(277, 2%, 63%), hsl(277, 2%, 43%));
gradient dark
background: linear-gradient(to right, hsl(277, 2%, 43%), hsl(277, 2%, 23%))
hex
background-color: #6E6B70;
tailwind
bg-[hsl(277,2%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(277, 2%, 43%, 0.4);
css variable
--color-primary: hsl(277, 2%, 43%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(277, 2%, 43%)?
HEX: #6E6B70 | RGB: rgb(110, 107, 112) | CMYK: 2%, 4%, 0%, 56% | HSV: 276°, 4%, 44%. Copy any format from the conversion table above.
What colors go well with #6E6B70?
The complementary color is HSL(97, 2%, 43%). For a triadic harmony, use hues 277°, 37°, and 157°. For analogous combinations, try hues 247° and 307°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(277, 2%, 43%) in CSS?
As HSL: color: hsl(277, 2%, 43%); — As HEX: color: #6E6B70; — As RGB: color: rgb(110, 107, 112); — Tailwind CSS: bg-[hsl(277,2%,43%)] — CSS variable: --color-primary: hsl(277, 2%, 43%);