HSL(226, 10%, 65%)
Grayish Blue — Blue color
Adjust Color
Color Information
Color Name
Grayish Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(226,10%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(226, 10%, 65%) | color: hsl(226, 10%, 65%) | |
| HEX | #9DA1AF | color: #9DA1AF | |
| RGB | rgb(157, 161, 175) | color: rgb(157, 161, 175) | |
| CMYK | cmyk(10%, 8%, 0%, 31%) | — | |
| HSV | hsv(227, 10%, 69%) | — | |
| HWB | hwb(227 62% 31%) | color: hwb(227 62% 31%) | |
| OKLCH | oklch(0.7102 0.0208 273.12) | color: oklch(0.7102 0.0208 273.12) | |
| Lab | lab(66.33 1.4 -7.73) | color: lab(66.33 1.4 -7.73) | |
| LCH | lch(66.33 7.86 280.27) | color: lch(66.33 7.86 280.27) |
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)
#9F9FAC — rgb(159, 159, 172)
Deuteranopia (Green-blind)
#9F9EAB — rgb(159, 158, 171)
Tritanopia (Blue-blind)
#9DA9A8 — rgb(157, 169, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(226, 10%, 65%);
text
color: hsl(226, 10%, 65%);
border
border: 2px solid hsl(226, 10%, 65%);
gradient light
background: linear-gradient(to right, hsl(226, 10%, 85%), hsl(226, 10%, 65%));
gradient dark
background: linear-gradient(to right, hsl(226, 10%, 65%), hsl(226, 10%, 45%))
hex
background-color: #9DA1AF;
tailwind
bg-[hsl(226,10%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(226, 10%, 65%, 0.4);
css variable
--color-primary: hsl(226, 10%, 65%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(226, 10%, 65%)?
HEX: #9DA1AF | RGB: rgb(157, 161, 175) | CMYK: 10%, 8%, 0%, 31% | HSV: 227°, 10%, 69%. Copy any format from the conversion table above.
What colors go well with #9DA1AF?
The complementary color is HSL(46, 10%, 65%). For a triadic harmony, use hues 226°, 346°, and 106°. For analogous combinations, try hues 196° and 256°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(226, 10%, 65%) in CSS?
As HSL: color: hsl(226, 10%, 65%); — As HEX: color: #9DA1AF; — As RGB: color: rgb(157, 161, 175); — Tailwind CSS: bg-[hsl(226,10%,65%)] — CSS variable: --color-primary: hsl(226, 10%, 65%);