HSL(103, 4%, 61%)
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,4%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 4%, 61%) | color: hsl(103, 4%, 61%) | |
| HEX | #9AA098 | color: #9AA098 | |
| RGB | rgb(154, 160, 152) | color: rgb(154, 160, 152) | |
| CMYK | cmyk(4%, 0%, 5%, 37%) | — | |
| HSV | hsv(105, 5%, 63%) | — | |
| HWB | hwb(105 60% 37%) | color: hwb(105 60% 37%) | |
| OKLCH | oklch(0.6985 0.0134 137.8) | color: oklch(0.6985 0.0134 137.8) | |
| Lab | lab(65.18 -3.68 3.42) | color: lab(65.18 -3.68 3.42) | |
| LCH | lch(65.18 5.02 137.1) | color: lch(65.18 5.02 137.1) |
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)
#9D9D9A — rgb(157, 157, 154)
Deuteranopia (Green-blind)
#9C9C9A — rgb(156, 156, 154)
Tritanopia (Blue-blind)
#9A9B9C — rgb(154, 155, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 4%, 61%);
text
color: hsl(103, 4%, 61%);
border
border: 2px solid hsl(103, 4%, 61%);
gradient light
background: linear-gradient(to right, hsl(103, 4%, 81%), hsl(103, 4%, 61%));
gradient dark
background: linear-gradient(to right, hsl(103, 4%, 61%), hsl(103, 4%, 41%))
hex
background-color: #9AA098;
tailwind
bg-[hsl(103,4%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 4%, 61%, 0.4);
css variable
--color-primary: hsl(103, 4%, 61%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(103, 4%, 61%)?
HEX: #9AA098 | RGB: rgb(154, 160, 152) | CMYK: 4%, 0%, 5%, 37% | HSV: 105°, 5%, 63%. Copy any format from the conversion table above.
What colors go well with #9AA098?
The complementary color is HSL(283, 4%, 61%). 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, 4%, 61%) in CSS?
As HSL: color: hsl(103, 4%, 61%); — As HEX: color: #9AA098; — As RGB: color: rgb(154, 160, 152); — Tailwind CSS: bg-[hsl(103,4%,61%)] — CSS variable: --color-primary: hsl(103, 4%, 61%);