HSL(211, 90%, 83%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,90%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 90%, 83%) | color: hsl(211, 90%, 83%) | |
| HEX | #ADD2FB | color: #ADD2FB | |
| RGB | rgb(173, 210, 251) | color: rgb(173, 210, 251) | |
| CMYK | cmyk(31%, 16%, 0%, 2%) | — | |
| HSV | hsv(212, 31%, 98%) | — | |
| HWB | hwb(212 68% 2%) | color: hwb(212 68% 2%) | |
| OKLCH | oklch(0.8511 0.0697 251.26) | color: oklch(0.8511 0.0697 251.26) | |
| Lab | lab(82.88 -2.88 -24.03) | color: lab(82.88 -2.88 -24.03) | |
| LCH | lch(82.88 24.2 263.17) | color: lch(82.88 24.2 263.17) |
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)
#BDBDF1 — rgb(189, 189, 241)
Deuteranopia (Green-blind)
#BBB8EF — rgb(187, 184, 239)
Tritanopia (Blue-blind)
#AFE9E8 — rgb(175, 233, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 90%, 83%);
text
color: hsl(211, 90%, 83%);
border
border: 2px solid hsl(211, 90%, 83%);
gradient light
background: linear-gradient(to right, hsl(211, 90%, 100%), hsl(211, 90%, 83%));
gradient dark
background: linear-gradient(to right, hsl(211, 90%, 83%), hsl(211, 90%, 63%))
hex
background-color: #ADD2FB;
tailwind
bg-[hsl(211,90%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 90%, 83%, 0.4);
css variable
--color-primary: hsl(211, 90%, 83%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 90%, 83%)?
HEX: #ADD2FB | RGB: rgb(173, 210, 251) | CMYK: 31%, 16%, 0%, 2% | HSV: 212°, 31%, 98%. Copy any format from the conversion table above.
What colors go well with #ADD2FB?
The complementary color is HSL(31, 90%, 83%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 90%, 83%) in CSS?
As HSL: color: hsl(211, 90%, 83%); — As HEX: color: #ADD2FB; — As RGB: color: rgb(173, 210, 251); — Tailwind CSS: bg-[hsl(211,90%,83%)] — CSS variable: --color-primary: hsl(211, 90%, 83%);