HSL(23, 8%, 38%)
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(23,8%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 8%, 38%) | color: hsl(23, 8%, 38%) | |
| HEX | #695F59 | color: #695F59 | |
| RGB | rgb(105, 95, 89) | color: rgb(105, 95, 89) | |
| CMYK | cmyk(0%, 10%, 15%, 59%) | — | |
| HSV | hsv(23, 15%, 41%) | — | |
| HWB | hwb(23 35% 59%) | color: hwb(23 35% 59%) | |
| OKLCH | oklch(0.4931 0.016 53.11) | color: oklch(0.4931 0.016 53.11) | |
| Lab | lab(41.07 2.88 4.88) | color: lab(41.07 2.88 4.88) | |
| LCH | lch(41.07 5.67 59.45) | color: lch(41.07 5.67 59.45) |
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)
#65655A — rgb(101, 101, 90)
Deuteranopia (Green-blind)
#65665B — rgb(101, 102, 91)
Tritanopia (Blue-blind)
#695C5C — rgb(105, 92, 92)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 8%, 38%);
text
color: hsl(23, 8%, 38%);
border
border: 2px solid hsl(23, 8%, 38%);
gradient light
background: linear-gradient(to right, hsl(23, 8%, 58%), hsl(23, 8%, 38%));
gradient dark
background: linear-gradient(to right, hsl(23, 8%, 38%), hsl(23, 8%, 18%))
hex
background-color: #695F59;
tailwind
bg-[hsl(23,8%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 8%, 38%, 0.4);
css variable
--color-primary: hsl(23, 8%, 38%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(23, 8%, 38%)?
HEX: #695F59 | RGB: rgb(105, 95, 89) | CMYK: 0%, 10%, 15%, 59% | HSV: 23°, 15%, 41%. Copy any format from the conversion table above.
What colors go well with #695F59?
The complementary color is HSL(203, 8%, 38%). For a triadic harmony, use hues 23°, 143°, and 263°. For analogous combinations, try hues 353° and 53°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(23, 8%, 38%) in CSS?
As HSL: color: hsl(23, 8%, 38%); — As HEX: color: #695F59; — As RGB: color: rgb(105, 95, 89); — Tailwind CSS: bg-[hsl(23,8%,38%)] — CSS variable: --color-primary: hsl(23, 8%, 38%);