HSL(232, 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(232,3%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 3%, 44%) | color: hsl(232, 3%, 44%) | |
| HEX | #6D6E74 | color: #6D6E74 | |
| RGB | rgb(109, 110, 116) | color: rgb(109, 110, 116) | |
| CMYK | cmyk(6%, 5%, 0%, 55%) | — | |
| HSV | hsv(231, 6%, 45%) | — | |
| HWB | hwb(231 42% 55%) | color: hwb(231 42% 55%) | |
| OKLCH | oklch(0.5394 0.0093 278.5) | color: oklch(0.5394 0.0093 278.5) | |
| Lab | lab(46.53 0.88 -3.46) | color: lab(46.53 0.88 -3.46) | |
| LCH | lch(46.53 3.57 284.27) | color: lch(46.53 3.57 284.27) |
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)
#6D6D73 — rgb(109, 109, 115)
Deuteranopia (Green-blind)
#6D6D72 — rgb(109, 109, 114)
Tritanopia (Blue-blind)
#6D7171 — rgb(109, 113, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 3%, 44%);
text
color: hsl(232, 3%, 44%);
border
border: 2px solid hsl(232, 3%, 44%);
gradient light
background: linear-gradient(to right, hsl(232, 3%, 64%), hsl(232, 3%, 44%));
gradient dark
background: linear-gradient(to right, hsl(232, 3%, 44%), hsl(232, 3%, 24%))
hex
background-color: #6D6E74;
tailwind
bg-[hsl(232,3%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 3%, 44%, 0.4);
css variable
--color-primary: hsl(232, 3%, 44%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(232, 3%, 44%)?
HEX: #6D6E74 | RGB: rgb(109, 110, 116) | CMYK: 6%, 5%, 0%, 55% | HSV: 231°, 6%, 45%. Copy any format from the conversion table above.
What colors go well with #6D6E74?
The complementary color is HSL(52, 3%, 44%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 3%, 44%) in CSS?
As HSL: color: hsl(232, 3%, 44%); — As HEX: color: #6D6E74; — As RGB: color: rgb(109, 110, 116); — Tailwind CSS: bg-[hsl(232,3%,44%)] — CSS variable: --color-primary: hsl(232, 3%, 44%);