HSL(231, 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(231,2%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(231, 2%, 43%) | color: hsl(231, 2%, 43%) | |
| HEX | #6B6C70 | color: #6B6C70 | |
| RGB | rgb(107, 108, 112) | color: rgb(107, 108, 112) | |
| CMYK | cmyk(4%, 4%, 0%, 56%) | — | |
| HSV | hsv(228, 4%, 44%) | — | |
| HWB | hwb(228 42% 56%) | color: hwb(228 42% 56%) | |
| OKLCH | oklch(0.5317 0.0063 274.89) | color: oklch(0.5317 0.0063 274.89) | |
| Lab | lab(45.66 0.45 -2.36) | color: lab(45.66 0.45 -2.36) | |
| LCH | lch(45.66 2.4 280.8) | color: lch(45.66 2.4 280.8) |
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)
#6B6B6F — rgb(107, 107, 111)
Deuteranopia (Green-blind)
#6B6B6F — rgb(107, 107, 111)
Tritanopia (Blue-blind)
#6B6E6E — rgb(107, 110, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(231, 2%, 43%);
text
color: hsl(231, 2%, 43%);
border
border: 2px solid hsl(231, 2%, 43%);
gradient light
background: linear-gradient(to right, hsl(231, 2%, 63%), hsl(231, 2%, 43%));
gradient dark
background: linear-gradient(to right, hsl(231, 2%, 43%), hsl(231, 2%, 23%))
hex
background-color: #6B6C70;
tailwind
bg-[hsl(231,2%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(231, 2%, 43%, 0.4);
css variable
--color-primary: hsl(231, 2%, 43%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(231, 2%, 43%)?
HEX: #6B6C70 | RGB: rgb(107, 108, 112) | CMYK: 4%, 4%, 0%, 56% | HSV: 228°, 4%, 44%. Copy any format from the conversion table above.
What colors go well with #6B6C70?
The complementary color is HSL(51, 2%, 43%). For a triadic harmony, use hues 231°, 351°, and 111°. For analogous combinations, try hues 201° and 261°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(231, 2%, 43%) in CSS?
As HSL: color: hsl(231, 2%, 43%); — As HEX: color: #6B6C70; — As RGB: color: rgb(107, 108, 112); — Tailwind CSS: bg-[hsl(231,2%,43%)] — CSS variable: --color-primary: hsl(231, 2%, 43%);