HSL(232, 34%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,34%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 34%, 71%) | color: hsl(232, 34%, 71%) | |
| HEX | #9CA3CE | color: #9CA3CE | |
| RGB | rgb(156, 163, 206) | color: rgb(156, 163, 206) | |
| CMYK | cmyk(24%, 21%, 0%, 19%) | — | |
| HSV | hsv(232, 24%, 81%) | — | |
| HWB | hwb(232 62% 19%) | color: hwb(232 62% 19%) | |
| OKLCH | oklch(0.725 0.0629 277.49) | color: oklch(0.725 0.0629 277.49) | |
| Lab | lab(67.81 6.91 -22.73) | color: lab(67.81 6.91 -22.73) | |
| LCH | lch(67.81 23.76 286.91) | color: lch(67.81 23.76 286.91) |
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)
#9F9FC4 — rgb(159, 159, 196)
Deuteranopia (Green-blind)
#9F9EC1 — rgb(159, 158, 193)
Tritanopia (Blue-blind)
#9CBBBA — rgb(156, 187, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 34%, 71%);
text
color: hsl(232, 34%, 71%);
border
border: 2px solid hsl(232, 34%, 71%);
gradient light
background: linear-gradient(to right, hsl(232, 34%, 91%), hsl(232, 34%, 71%));
gradient dark
background: linear-gradient(to right, hsl(232, 34%, 71%), hsl(232, 34%, 51%))
hex
background-color: #9CA3CE;
tailwind
bg-[hsl(232,34%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 34%, 71%, 0.4);
css variable
--color-primary: hsl(232, 34%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 34%, 71%)?
HEX: #9CA3CE | RGB: rgb(156, 163, 206) | CMYK: 24%, 21%, 0%, 19% | HSV: 232°, 24%, 81%. Copy any format from the conversion table above.
What colors go well with #9CA3CE?
The complementary color is HSL(52, 34%, 71%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 34%, 71%) in CSS?
As HSL: color: hsl(232, 34%, 71%); — As HEX: color: #9CA3CE; — As RGB: color: rgb(156, 163, 206); — Tailwind CSS: bg-[hsl(232,34%,71%)] — CSS variable: --color-primary: hsl(232, 34%, 71%);