HSL(232, 8%, 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(232,8%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 8%, 61%) | color: hsl(232, 8%, 61%) | |
| HEX | #9496A4 | color: #9496A4 | |
| RGB | rgb(148, 150, 164) | color: rgb(148, 150, 164) | |
| CMYK | cmyk(10%, 9%, 0%, 36%) | — | |
| HSV | hsv(233, 10%, 64%) | — | |
| HWB | hwb(233 58% 36%) | color: hwb(233 58% 36%) | |
| OKLCH | oklch(0.676 0.0206 279.35) | color: oklch(0.676 0.0206 279.35) | |
| Lab | lab(62.33 2.12 -7.57) | color: lab(62.33 2.12 -7.57) | |
| LCH | lch(62.33 7.86 285.65) | color: lch(62.33 7.86 285.65) |
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)
#9595A1 — rgb(149, 149, 161)
Deuteranopia (Green-blind)
#9595A0 — rgb(149, 149, 160)
Tritanopia (Blue-blind)
#949E9D — rgb(148, 158, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 8%, 61%);
text
color: hsl(232, 8%, 61%);
border
border: 2px solid hsl(232, 8%, 61%);
gradient light
background: linear-gradient(to right, hsl(232, 8%, 81%), hsl(232, 8%, 61%));
gradient dark
background: linear-gradient(to right, hsl(232, 8%, 61%), hsl(232, 8%, 41%))
hex
background-color: #9496A4;
tailwind
bg-[hsl(232,8%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 8%, 61%, 0.4);
css variable
--color-primary: hsl(232, 8%, 61%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(232, 8%, 61%)?
HEX: #9496A4 | RGB: rgb(148, 150, 164) | CMYK: 10%, 9%, 0%, 36% | HSV: 233°, 10%, 64%. Copy any format from the conversion table above.
What colors go well with #9496A4?
The complementary color is HSL(52, 8%, 61%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 8%, 61%) in CSS?
As HSL: color: hsl(232, 8%, 61%); — As HEX: color: #9496A4; — As RGB: color: rgb(148, 150, 164); — Tailwind CSS: bg-[hsl(232,8%,61%)] — CSS variable: --color-primary: hsl(232, 8%, 61%);