HSL(255, 3%, 44%)
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(255,3%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(255, 3%, 44%) | color: hsl(255, 3%, 44%) | |
| HEX | #6F6D74 | color: #6F6D74 | |
| RGB | rgb(111, 109, 116) | color: rgb(111, 109, 116) | |
| CMYK | cmyk(4%, 6%, 0%, 55%) | — | |
| HSV | hsv(257, 6%, 45%) | — | |
| HWB | hwb(257 42% 55%) | color: hwb(257 42% 55%) | |
| OKLCH | oklch(0.5389 0.011 299.06) | color: oklch(0.5389 0.011 299.06) | |
| Lab | lab(46.42 2.22 -3.61) | color: lab(46.42 2.22 -3.61) | |
| LCH | lch(46.42 4.24 301.59) | color: lch(46.42 4.24 301.59) |
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)
#6E6E72 — rgb(110, 110, 114)
Deuteranopia (Green-blind)
#6E6E72 — rgb(110, 110, 114)
Tritanopia (Blue-blind)
#6F7171 — rgb(111, 113, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(255, 3%, 44%);
text
color: hsl(255, 3%, 44%);
border
border: 2px solid hsl(255, 3%, 44%);
gradient light
background: linear-gradient(to right, hsl(255, 3%, 64%), hsl(255, 3%, 44%));
gradient dark
background: linear-gradient(to right, hsl(255, 3%, 44%), hsl(255, 3%, 24%))
hex
background-color: #6F6D74;
tailwind
bg-[hsl(255,3%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(255, 3%, 44%, 0.4);
css variable
--color-primary: hsl(255, 3%, 44%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(255, 3%, 44%)?
HEX: #6F6D74 | RGB: rgb(111, 109, 116) | CMYK: 4%, 6%, 0%, 55% | HSV: 257°, 6%, 45%. Copy any format from the conversion table above.
What colors go well with #6F6D74?
The complementary color is HSL(75, 3%, 44%). For a triadic harmony, use hues 255°, 15°, and 135°. For analogous combinations, try hues 225° and 285°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(255, 3%, 44%) in CSS?
As HSL: color: hsl(255, 3%, 44%); — As HEX: color: #6F6D74; — As RGB: color: rgb(111, 109, 116); — Tailwind CSS: bg-[hsl(255,3%,44%)] — CSS variable: --color-primary: hsl(255, 3%, 44%);