HSL(190, 3%, 45%)
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(190,3%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(190, 3%, 45%) | color: hsl(190, 3%, 45%) | |
| HEX | #6F7576 | color: #6F7576 | |
| RGB | rgb(111, 117, 118) | color: rgb(111, 117, 118) | |
| CMYK | cmyk(6%, 1%, 0%, 54%) | — | |
| HSV | hsv(189, 6%, 46%) | — | |
| HWB | hwb(189 43% 54%) | color: hwb(189 43% 54%) | |
| OKLCH | oklch(0.5576 0.0074 208.77) | color: oklch(0.5576 0.0074 208.77) | |
| Lab | lab(48.77 -2.05 -1.33) | color: lab(48.77 -2.05 -1.33) | |
| LCH | lch(48.77 2.44 212.97) | color: lch(48.77 2.44 212.97) |
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)
#727276 — rgb(114, 114, 118)
Deuteranopia (Green-blind)
#717176 — rgb(113, 113, 118)
Tritanopia (Blue-blind)
#6F7676 — rgb(111, 118, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(190, 3%, 45%);
text
color: hsl(190, 3%, 45%);
border
border: 2px solid hsl(190, 3%, 45%);
gradient light
background: linear-gradient(to right, hsl(190, 3%, 65%), hsl(190, 3%, 45%));
gradient dark
background: linear-gradient(to right, hsl(190, 3%, 45%), hsl(190, 3%, 25%))
hex
background-color: #6F7576;
tailwind
bg-[hsl(190,3%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(190, 3%, 45%, 0.4);
css variable
--color-primary: hsl(190, 3%, 45%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(190, 3%, 45%)?
HEX: #6F7576 | RGB: rgb(111, 117, 118) | CMYK: 6%, 1%, 0%, 54% | HSV: 189°, 6%, 46%. Copy any format from the conversion table above.
What colors go well with #6F7576?
The complementary color is HSL(10, 3%, 45%). For a triadic harmony, use hues 190°, 310°, and 70°. For analogous combinations, try hues 160° and 220°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(190, 3%, 45%) in CSS?
As HSL: color: hsl(190, 3%, 45%); — As HEX: color: #6F7576; — As RGB: color: rgb(111, 117, 118); — Tailwind CSS: bg-[hsl(190,3%,45%)] — CSS variable: --color-primary: hsl(190, 3%, 45%);