HSL(233, 14%, 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,14%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 14%, 66%) | color: hsl(233, 14%, 66%) | |
| HEX | #9C9FB4 | color: #9C9FB4 | |
| RGB | rgb(156, 159, 180) | color: rgb(156, 159, 180) | |
| CMYK | cmyk(13%, 12%, 0%, 29%) | — | |
| HSV | hsv(233, 13%, 71%) | — | |
| HWB | hwb(233 62% 29%) | color: hwb(233 62% 29%) | |
| OKLCH | oklch(0.707 0.0307 279.14) | color: oklch(0.707 0.0307 279.14) | |
| Lab | lab(65.87 3.23 -11.21) | color: lab(65.87 3.23 -11.21) | |
| LCH | lch(65.87 11.67 286.07) | color: lch(65.87 11.67 286.07) |
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)
#9D9DAF — rgb(157, 157, 175)
Deuteranopia (Green-blind)
#9D9DAE — rgb(157, 157, 174)
Tritanopia (Blue-blind)
#9CABAA — rgb(156, 171, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 14%, 66%);
text
color: hsl(233, 14%, 66%);
border
border: 2px solid hsl(233, 14%, 66%);
gradient light
background: linear-gradient(to right, hsl(233, 14%, 86%), hsl(233, 14%, 66%));
gradient dark
background: linear-gradient(to right, hsl(233, 14%, 66%), hsl(233, 14%, 46%))
hex
background-color: #9C9FB4;
tailwind
bg-[hsl(233,14%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 14%, 66%, 0.4);
css variable
--color-primary: hsl(233, 14%, 66%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 14%, 66%)?
HEX: #9C9FB4 | RGB: rgb(156, 159, 180) | CMYK: 13%, 12%, 0%, 29% | HSV: 233°, 13%, 71%. Copy any format from the conversion table above.
What colors go well with #9C9FB4?
The complementary color is HSL(53, 14%, 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, 14%, 66%) in CSS?
As HSL: color: hsl(233, 14%, 66%); — As HEX: color: #9C9FB4; — As RGB: color: rgb(156, 159, 180); — Tailwind CSS: bg-[hsl(233,14%,66%)] — CSS variable: --color-primary: hsl(233, 14%, 66%);