HSL(103, 6%, 60%)
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(103,6%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 6%, 60%) | color: hsl(103, 6%, 60%) | |
| HEX | #969F93 | color: #969F93 | |
| RGB | rgb(150, 159, 147) | color: rgb(150, 159, 147) | |
| CMYK | cmyk(6%, 0%, 8%, 38%) | — | |
| HSV | hsv(105, 8%, 62%) | — | |
| HWB | hwb(105 57% 38%) | color: hwb(105 57% 38%) | |
| OKLCH | oklch(0.6917 0.0201 137.81) | color: oklch(0.6917 0.0201 137.81) | |
| Lab | lab(64.47 -5.52 5.16) | color: lab(64.47 -5.52 5.16) | |
| LCH | lch(64.47 7.56 136.93) | color: lch(64.47 7.56 136.93) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9A9A96 — rgb(154, 154, 150)
Deuteranopia (Green-blind)
#999997 — rgb(153, 153, 151)
Tritanopia (Blue-blind)
#969899 — rgb(150, 152, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 6%, 60%);
text
color: hsl(103, 6%, 60%);
border
border: 2px solid hsl(103, 6%, 60%);
gradient light
background: linear-gradient(to right, hsl(103, 6%, 80%), hsl(103, 6%, 60%));
gradient dark
background: linear-gradient(to right, hsl(103, 6%, 60%), hsl(103, 6%, 40%))
hex
background-color: #969F93;
tailwind
bg-[hsl(103,6%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 6%, 60%, 0.4);
css variable
--color-primary: hsl(103, 6%, 60%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(103, 6%, 60%)?
HEX: #969F93 | RGB: rgb(150, 159, 147) | CMYK: 6%, 0%, 8%, 38% | HSV: 105°, 8%, 62%. Copy any format from the conversion table above.
What colors go well with #969F93?
The complementary color is HSL(283, 6%, 60%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(103, 6%, 60%) in CSS?
As HSL: color: hsl(103, 6%, 60%); — As HEX: color: #969F93; — As RGB: color: rgb(150, 159, 147); — Tailwind CSS: bg-[hsl(103,6%,60%)] — CSS variable: --color-primary: hsl(103, 6%, 60%);