HSL(213, 30%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(213,30%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(213, 30%, 71%) | color: hsl(213, 30%, 71%) | |
| HEX | #9FB3CB | color: #9FB3CB | |
| RGB | rgb(159, 179, 203) | color: rgb(159, 179, 203) | |
| CMYK | cmyk(22%, 12%, 0%, 20%) | — | |
| HSV | hsv(213, 22%, 80%) | — | |
| HWB | hwb(213 62% 20%) | color: hwb(213 62% 20%) | |
| OKLCH | oklch(0.7594 0.0411 253.07) | color: oklch(0.7594 0.0411 253.07) | |
| Lab | lab(72.18 -1.68 -14.45) | color: lab(72.18 -1.68 -14.45) | |
| LCH | lch(72.18 14.55 263.37) | color: lch(72.18 14.55 263.37) |
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)
#A8A8C5 — rgb(168, 168, 197)
Deuteranopia (Green-blind)
#A7A5C4 — rgb(167, 165, 196)
Tritanopia (Blue-blind)
#A0C1C0 — rgb(160, 193, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(213, 30%, 71%);
text
color: hsl(213, 30%, 71%);
border
border: 2px solid hsl(213, 30%, 71%);
gradient light
background: linear-gradient(to right, hsl(213, 30%, 91%), hsl(213, 30%, 71%));
gradient dark
background: linear-gradient(to right, hsl(213, 30%, 71%), hsl(213, 30%, 51%))
hex
background-color: #9FB3CB;
tailwind
bg-[hsl(213,30%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(213, 30%, 71%, 0.4);
css variable
--color-primary: hsl(213, 30%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(213, 30%, 71%)?
HEX: #9FB3CB | RGB: rgb(159, 179, 203) | CMYK: 22%, 12%, 0%, 20% | HSV: 213°, 22%, 80%. Copy any format from the conversion table above.
What colors go well with #9FB3CB?
The complementary color is HSL(33, 30%, 71%). For a triadic harmony, use hues 213°, 333°, and 93°. For analogous combinations, try hues 183° and 243°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(213, 30%, 71%) in CSS?
As HSL: color: hsl(213, 30%, 71%); — As HEX: color: #9FB3CB; — As RGB: color: rgb(159, 179, 203); — Tailwind CSS: bg-[hsl(213,30%,71%)] — CSS variable: --color-primary: hsl(213, 30%, 71%);