HSL(233, 13%, 66%)
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(233,13%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 13%, 66%) | color: hsl(233, 13%, 66%) | |
| HEX | #9DA0B4 | color: #9DA0B4 | |
| RGB | rgb(157, 160, 180) | color: rgb(157, 160, 180) | |
| CMYK | cmyk(13%, 11%, 0%, 29%) | — | |
| HSV | hsv(232, 13%, 71%) | — | |
| HWB | hwb(232 62% 29%) | color: hwb(232 62% 29%) | |
| OKLCH | oklch(0.7098 0.0292 278.86) | color: oklch(0.7098 0.0292 278.86) | |
| Lab | lab(66.22 3.01 -10.69) | color: lab(66.22 3.01 -10.69) | |
| LCH | lch(66.22 11.11 285.73) | color: lch(66.22 11.11 285.73) |
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)
#9E9EAF — rgb(158, 158, 175)
Deuteranopia (Green-blind)
#9E9EAE — rgb(158, 158, 174)
Tritanopia (Blue-blind)
#9DABAB — rgb(157, 171, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 13%, 66%);
text
color: hsl(233, 13%, 66%);
border
border: 2px solid hsl(233, 13%, 66%);
gradient light
background: linear-gradient(to right, hsl(233, 13%, 86%), hsl(233, 13%, 66%));
gradient dark
background: linear-gradient(to right, hsl(233, 13%, 66%), hsl(233, 13%, 46%))
hex
background-color: #9DA0B4;
tailwind
bg-[hsl(233,13%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 13%, 66%, 0.4);
css variable
--color-primary: hsl(233, 13%, 66%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 13%, 66%)?
HEX: #9DA0B4 | RGB: rgb(157, 160, 180) | CMYK: 13%, 11%, 0%, 29% | HSV: 232°, 13%, 71%. Copy any format from the conversion table above.
What colors go well with #9DA0B4?
The complementary color is HSL(53, 13%, 66%). 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, 13%, 66%) in CSS?
As HSL: color: hsl(233, 13%, 66%); — As HEX: color: #9DA0B4; — As RGB: color: rgb(157, 160, 180); — Tailwind CSS: bg-[hsl(233,13%,66%)] — CSS variable: --color-primary: hsl(233, 13%, 66%);