HSL(233, 8%, 65%)
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(233,8%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 8%, 65%) | color: hsl(233, 8%, 65%) | |
| HEX | #9FA0AD | color: #9FA0AD | |
| RGB | rgb(159, 160, 173) | color: rgb(159, 160, 173) | |
| CMYK | cmyk(8%, 8%, 0%, 32%) | — | |
| HSV | hsv(236, 8%, 68%) | — | |
| HWB | hwb(236 63% 32%) | color: hwb(236 63% 32%) | |
| OKLCH | oklch(0.7091 0.0188 282.4) | color: oklch(0.7091 0.0188 282.4) | |
| Lab | lab(66.16 2.22 -6.85) | color: lab(66.16 2.22 -6.85) | |
| LCH | lch(66.16 7.2 287.96) | color: lch(66.16 7.2 287.96) |
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)
#9F9FAA — rgb(159, 159, 170)
Deuteranopia (Green-blind)
#9F9FA9 — rgb(159, 159, 169)
Tritanopia (Blue-blind)
#9FA7A7 — rgb(159, 167, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 8%, 65%);
text
color: hsl(233, 8%, 65%);
border
border: 2px solid hsl(233, 8%, 65%);
gradient light
background: linear-gradient(to right, hsl(233, 8%, 85%), hsl(233, 8%, 65%));
gradient dark
background: linear-gradient(to right, hsl(233, 8%, 65%), hsl(233, 8%, 45%))
hex
background-color: #9FA0AD;
tailwind
bg-[hsl(233,8%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 8%, 65%, 0.4);
css variable
--color-primary: hsl(233, 8%, 65%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(233, 8%, 65%)?
HEX: #9FA0AD | RGB: rgb(159, 160, 173) | CMYK: 8%, 8%, 0%, 32% | HSV: 236°, 8%, 68%. Copy any format from the conversion table above.
What colors go well with #9FA0AD?
The complementary color is HSL(53, 8%, 65%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 8%, 65%) in CSS?
As HSL: color: hsl(233, 8%, 65%); — As HEX: color: #9FA0AD; — As RGB: color: rgb(159, 160, 173); — Tailwind CSS: bg-[hsl(233,8%,65%)] — CSS variable: --color-primary: hsl(233, 8%, 65%);