HSL(230, 32%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(230,32%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 32%, 71%) | color: hsl(230, 32%, 71%) | |
| HEX | #9DA5CD | color: #9DA5CD | |
| RGB | rgb(157, 165, 205) | color: rgb(157, 165, 205) | |
| CMYK | cmyk(23%, 20%, 0%, 20%) | — | |
| HSV | hsv(230, 23%, 80%) | — | |
| HWB | hwb(230 62% 20%) | color: hwb(230 62% 20%) | |
| OKLCH | oklch(0.7295 0.0587 276.01) | color: oklch(0.7295 0.0587 276.01) | |
| Lab | lab(68.38 5.86 -21.31) | color: lab(68.38 5.86 -21.31) | |
| LCH | lch(68.38 22.1 285.38) | color: lch(68.38 22.1 285.38) |
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)
#A0A1C3 — rgb(160, 161, 195)
Deuteranopia (Green-blind)
#A09FC1 — rgb(160, 159, 193)
Tritanopia (Blue-blind)
#9DBCBA — rgb(157, 188, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 32%, 71%);
text
color: hsl(230, 32%, 71%);
border
border: 2px solid hsl(230, 32%, 71%);
gradient light
background: linear-gradient(to right, hsl(230, 32%, 91%), hsl(230, 32%, 71%));
gradient dark
background: linear-gradient(to right, hsl(230, 32%, 71%), hsl(230, 32%, 51%))
hex
background-color: #9DA5CD;
tailwind
bg-[hsl(230,32%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 32%, 71%, 0.4);
css variable
--color-primary: hsl(230, 32%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 32%, 71%)?
HEX: #9DA5CD | RGB: rgb(157, 165, 205) | CMYK: 23%, 20%, 0%, 20% | HSV: 230°, 23%, 80%. Copy any format from the conversion table above.
What colors go well with #9DA5CD?
The complementary color is HSL(50, 32%, 71%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 32%, 71%) in CSS?
As HSL: color: hsl(230, 32%, 71%); — As HEX: color: #9DA5CD; — As RGB: color: rgb(157, 165, 205); — Tailwind CSS: bg-[hsl(230,32%,71%)] — CSS variable: --color-primary: hsl(230, 32%, 71%);