HSL(237, 14%, 64%)
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(237,14%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 14%, 64%) | color: hsl(237, 14%, 64%) | |
| HEX | #9698B0 | color: #9698B0 | |
| RGB | rgb(150, 152, 176) | color: rgb(150, 152, 176) | |
| CMYK | cmyk(15%, 14%, 0%, 31%) | — | |
| HSV | hsv(235, 15%, 69%) | — | |
| HWB | hwb(235 59% 31%) | color: hwb(235 59% 31%) | |
| OKLCH | oklch(0.6861 0.0352 281.66) | color: oklch(0.6861 0.0352 281.66) | |
| Lab | lab(63.4 4.27 -12.72) | color: lab(63.4 4.27 -12.72) | |
| LCH | lch(63.4 13.42 288.56) | color: lch(63.4 13.42 288.56) |
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)
#9797AA — rgb(151, 151, 170)
Deuteranopia (Green-blind)
#9797A9 — rgb(151, 151, 169)
Tritanopia (Blue-blind)
#96A6A5 — rgb(150, 166, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 14%, 64%);
text
color: hsl(237, 14%, 64%);
border
border: 2px solid hsl(237, 14%, 64%);
gradient light
background: linear-gradient(to right, hsl(237, 14%, 84%), hsl(237, 14%, 64%));
gradient dark
background: linear-gradient(to right, hsl(237, 14%, 64%), hsl(237, 14%, 44%))
hex
background-color: #9698B0;
tailwind
bg-[hsl(237,14%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 14%, 64%, 0.4);
css variable
--color-primary: hsl(237, 14%, 64%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 14%, 64%)?
HEX: #9698B0 | RGB: rgb(150, 152, 176) | CMYK: 15%, 14%, 0%, 31% | HSV: 235°, 15%, 69%. Copy any format from the conversion table above.
What colors go well with #9698B0?
The complementary color is HSL(57, 14%, 64%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 14%, 64%) in CSS?
As HSL: color: hsl(237, 14%, 64%); — As HEX: color: #9698B0; — As RGB: color: rgb(150, 152, 176); — Tailwind CSS: bg-[hsl(237,14%,64%)] — CSS variable: --color-primary: hsl(237, 14%, 64%);