HSL(233, 33%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,33%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 33%, 71%) | color: hsl(233, 33%, 71%) | |
| HEX | #9DA2CD | color: #9DA2CD | |
| RGB | rgb(157, 162, 205) | color: rgb(157, 162, 205) | |
| CMYK | cmyk(23%, 21%, 0%, 20%) | — | |
| HSV | hsv(234, 23%, 80%) | — | |
| HWB | hwb(234 62% 20%) | color: hwb(234 62% 20%) | |
| OKLCH | oklch(0.7233 0.0626 279.52) | color: oklch(0.7233 0.0626 279.52) | |
| Lab | lab(67.59 7.54 -22.52) | color: lab(67.59 7.54 -22.52) | |
| LCH | lch(67.59 23.75 288.51) | color: lch(67.59 23.75 288.51) |
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)
#9F9FC3 — rgb(159, 159, 195)
Deuteranopia (Green-blind)
#9F9FC0 — rgb(159, 159, 192)
Tritanopia (Blue-blind)
#9DBAB9 — rgb(157, 186, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 33%, 71%);
text
color: hsl(233, 33%, 71%);
border
border: 2px solid hsl(233, 33%, 71%);
gradient light
background: linear-gradient(to right, hsl(233, 33%, 91%), hsl(233, 33%, 71%));
gradient dark
background: linear-gradient(to right, hsl(233, 33%, 71%), hsl(233, 33%, 51%))
hex
background-color: #9DA2CD;
tailwind
bg-[hsl(233,33%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 33%, 71%, 0.4);
css variable
--color-primary: hsl(233, 33%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 33%, 71%)?
HEX: #9DA2CD | RGB: rgb(157, 162, 205) | CMYK: 23%, 21%, 0%, 20% | HSV: 234°, 23%, 80%. Copy any format from the conversion table above.
What colors go well with #9DA2CD?
The complementary color is HSL(53, 33%, 71%). 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, 33%, 71%) in CSS?
As HSL: color: hsl(233, 33%, 71%); — As HEX: color: #9DA2CD; — As RGB: color: rgb(157, 162, 205); — Tailwind CSS: bg-[hsl(233,33%,71%)] — CSS variable: --color-primary: hsl(233, 33%, 71%);