HSL(89, 9%, 41%)
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(89,9%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(89, 9%, 41%) | color: hsl(89, 9%, 41%) | |
| HEX | #69725F | color: #69725F | |
| RGB | rgb(105, 114, 95) | color: rgb(105, 114, 95) | |
| CMYK | cmyk(8%, 0%, 17%, 55%) | — | |
| HSV | hsv(88, 17%, 45%) | — | |
| HWB | hwb(88 37% 55%) | color: hwb(88 37% 55%) | |
| OKLCH | oklch(0.5387 0.0308 128.11) | color: oklch(0.5387 0.0308 128.11) | |
| Lab | lab(46.8 -7.19 9.4) | color: lab(46.8 -7.19 9.4) | |
| LCH | lch(46.8 11.83 127.41) | color: lch(46.8 11.83 127.41) |
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)
#6D6D64 — rgb(109, 109, 100)
Deuteranopia (Green-blind)
#6C6C65 — rgb(108, 108, 101)
Tritanopia (Blue-blind)
#696768 — rgb(105, 103, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(89, 9%, 41%);
text
color: hsl(89, 9%, 41%);
border
border: 2px solid hsl(89, 9%, 41%);
gradient light
background: linear-gradient(to right, hsl(89, 9%, 61%), hsl(89, 9%, 41%));
gradient dark
background: linear-gradient(to right, hsl(89, 9%, 41%), hsl(89, 9%, 21%))
hex
background-color: #69725F;
tailwind
bg-[hsl(89,9%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(89, 9%, 41%, 0.4);
css variable
--color-primary: hsl(89, 9%, 41%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(89, 9%, 41%)?
HEX: #69725F | RGB: rgb(105, 114, 95) | CMYK: 8%, 0%, 17%, 55% | HSV: 88°, 17%, 45%. Copy any format from the conversion table above.
What colors go well with #69725F?
The complementary color is HSL(269, 9%, 41%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(89, 9%, 41%) in CSS?
As HSL: color: hsl(89, 9%, 41%); — As HEX: color: #69725F; — As RGB: color: rgb(105, 114, 95); — Tailwind CSS: bg-[hsl(89,9%,41%)] — CSS variable: --color-primary: hsl(89, 9%, 41%);