HSL(38, 2%, 44%)
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(38,2%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 2%, 44%) | color: hsl(38, 2%, 44%) | |
| HEX | #72716E | color: #72716E | |
| RGB | rgb(114, 113, 110) | color: rgb(114, 113, 110) | |
| CMYK | cmyk(0%, 1%, 4%, 55%) | — | |
| HSV | hsv(45, 4%, 45%) | — | |
| HWB | hwb(45 43% 55%) | color: hwb(45 43% 55%) | |
| OKLCH | oklch(0.5486 0.0047 91.48) | color: oklch(0.5486 0.0047 91.48) | |
| Lab | lab(47.64 -0.22 1.8) | color: lab(47.64 -0.22 1.8) | |
| LCH | lch(47.64 1.81 96.97) | color: lch(47.64 1.81 96.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)
#72726F — rgb(114, 114, 111)
Deuteranopia (Green-blind)
#72726F — rgb(114, 114, 111)
Tritanopia (Blue-blind)
#726F6F — rgb(114, 111, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 2%, 44%);
text
color: hsl(38, 2%, 44%);
border
border: 2px solid hsl(38, 2%, 44%);
gradient light
background: linear-gradient(to right, hsl(38, 2%, 64%), hsl(38, 2%, 44%));
gradient dark
background: linear-gradient(to right, hsl(38, 2%, 44%), hsl(38, 2%, 24%))
hex
background-color: #72716E;
tailwind
bg-[hsl(38,2%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 2%, 44%, 0.4);
css variable
--color-primary: hsl(38, 2%, 44%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(38, 2%, 44%)?
HEX: #72716E | RGB: rgb(114, 113, 110) | CMYK: 0%, 1%, 4%, 55% | HSV: 45°, 4%, 45%. Copy any format from the conversion table above.
What colors go well with #72716E?
The complementary color is HSL(218, 2%, 44%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 2%, 44%) in CSS?
As HSL: color: hsl(38, 2%, 44%); — As HEX: color: #72716E; — As RGB: color: rgb(114, 113, 110); — Tailwind CSS: bg-[hsl(38,2%,44%)] — CSS variable: --color-primary: hsl(38, 2%, 44%);