HSL(212, 90%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(212,90%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(212, 90%, 85%) | color: hsl(212, 90%, 85%) | |
| HEX | #B6D6FB | color: #B6D6FB | |
| RGB | rgb(182, 214, 251) | color: rgb(182, 214, 251) | |
| CMYK | cmyk(27%, 15%, 0%, 2%) | — | |
| HSV | hsv(212, 27%, 98%) | — | |
| HWB | hwb(212 72% 2%) | color: hwb(212 72% 2%) | |
| OKLCH | oklch(0.8651 0.0619 252.25) | color: oklch(0.8651 0.0619 252.25) | |
| Lab | lab(84.48 -2.43 -21.54) | color: lab(84.48 -2.43 -21.54) | |
| LCH | lch(84.48 21.68 263.56) | color: lch(84.48 21.68 263.56) |
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)
#C4C4F2 — rgb(196, 196, 242)
Deuteranopia (Green-blind)
#C2C0F0 — rgb(194, 192, 240)
Tritanopia (Blue-blind)
#B8EBE9 — rgb(184, 235, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(212, 90%, 85%);
text
color: hsl(212, 90%, 85%);
border
border: 2px solid hsl(212, 90%, 85%);
gradient light
background: linear-gradient(to right, hsl(212, 90%, 100%), hsl(212, 90%, 85%));
gradient dark
background: linear-gradient(to right, hsl(212, 90%, 85%), hsl(212, 90%, 65%))
hex
background-color: #B6D6FB;
tailwind
bg-[hsl(212,90%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(212, 90%, 85%, 0.4);
css variable
--color-primary: hsl(212, 90%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(212, 90%, 85%)?
HEX: #B6D6FB | RGB: rgb(182, 214, 251) | CMYK: 27%, 15%, 0%, 2% | HSV: 212°, 27%, 98%. Copy any format from the conversion table above.
What colors go well with #B6D6FB?
The complementary color is HSL(32, 90%, 85%). For a triadic harmony, use hues 212°, 332°, and 92°. For analogous combinations, try hues 182° and 242°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(212, 90%, 85%) in CSS?
As HSL: color: hsl(212, 90%, 85%); — As HEX: color: #B6D6FB; — As RGB: color: rgb(182, 214, 251); — Tailwind CSS: bg-[hsl(212,90%,85%)] — CSS variable: --color-primary: hsl(212, 90%, 85%);