HSL(19, 9%, 41%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(19,9%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(19, 9%, 41%) | color: hsl(19, 9%, 41%) | |
| HEX | #72655F | color: #72655F | |
| RGB | rgb(114, 101, 95) | color: rgb(114, 101, 95) | |
| CMYK | cmyk(0%, 11%, 17%, 55%) | — | |
| HSV | hsv(19, 17%, 45%) | — | |
| HWB | hwb(19 37% 55%) | color: hwb(19 37% 55%) | |
| OKLCH | oklch(0.5172 0.0191 46.38) | color: oklch(0.5172 0.0191 46.38) | |
| Lab | lab(43.82 4.07 5.28) | color: lab(43.82 4.07 5.28) | |
| LCH | lch(43.82 6.67 52.37) | color: lch(43.82 6.67 52.37) |
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)
#6C6C60 — rgb(108, 108, 96)
Deuteranopia (Green-blind)
#6D6E61 — rgb(109, 110, 97)
Tritanopia (Blue-blind)
#716262 — rgb(113, 98, 98)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(19, 9%, 41%);
text
color: hsl(19, 9%, 41%);
border
border: 2px solid hsl(19, 9%, 41%);
gradient light
background: linear-gradient(to right, hsl(19, 9%, 61%), hsl(19, 9%, 41%));
gradient dark
background: linear-gradient(to right, hsl(19, 9%, 41%), hsl(19, 9%, 21%))
hex
background-color: #72655F;
tailwind
bg-[hsl(19,9%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(19, 9%, 41%, 0.4);
css variable
--color-primary: hsl(19, 9%, 41%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(19, 9%, 41%)?
HEX: #72655F | RGB: rgb(114, 101, 95) | CMYK: 0%, 11%, 17%, 55% | HSV: 19°, 17%, 45%. Copy any format from the conversion table above.
What colors go well with #72655F?
The complementary color is HSL(199, 9%, 41%). For a triadic harmony, use hues 19°, 139°, and 259°. For analogous combinations, try hues 349° and 49°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(19, 9%, 41%) in CSS?
As HSL: color: hsl(19, 9%, 41%); — As HEX: color: #72655F; — As RGB: color: rgb(114, 101, 95); — Tailwind CSS: bg-[hsl(19,9%,41%)] — CSS variable: --color-primary: hsl(19, 9%, 41%);