HSL(212, 85%, 84%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(212,85%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(212, 85%, 84%) | color: hsl(212, 85%, 84%) | |
| HEX | #B4D4F9 | color: #B4D4F9 | |
| RGB | rgb(180, 212, 249) | color: rgb(180, 212, 249) | |
| CMYK | cmyk(28%, 15%, 0%, 2%) | — | |
| HSV | hsv(212, 28%, 98%) | — | |
| HWB | hwb(212 71% 2%) | color: hwb(212 71% 2%) | |
| OKLCH | oklch(0.859 0.062 252.25) | color: oklch(0.859 0.062 252.25) | |
| Lab | lab(83.77 -2.42 -21.57) | color: lab(83.77 -2.42 -21.57) | |
| LCH | lch(83.77 21.71 263.6) | color: lch(83.77 21.71 263.6) |
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)
#C2C2F0 — rgb(194, 194, 240)
Deuteranopia (Green-blind)
#C0BEEE — rgb(192, 190, 238)
Tritanopia (Blue-blind)
#B6E9E7 — rgb(182, 233, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(212, 85%, 84%);
text
color: hsl(212, 85%, 84%);
border
border: 2px solid hsl(212, 85%, 84%);
gradient light
background: linear-gradient(to right, hsl(212, 85%, 100%), hsl(212, 85%, 84%));
gradient dark
background: linear-gradient(to right, hsl(212, 85%, 84%), hsl(212, 85%, 64%))
hex
background-color: #B4D4F9;
tailwind
bg-[hsl(212,85%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(212, 85%, 84%, 0.4);
css variable
--color-primary: hsl(212, 85%, 84%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(212, 85%, 84%)?
HEX: #B4D4F9 | RGB: rgb(180, 212, 249) | CMYK: 28%, 15%, 0%, 2% | HSV: 212°, 28%, 98%. Copy any format from the conversion table above.
What colors go well with #B4D4F9?
The complementary color is HSL(32, 85%, 84%). 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, 85%, 84%) in CSS?
As HSL: color: hsl(212, 85%, 84%); — As HEX: color: #B4D4F9; — As RGB: color: rgb(180, 212, 249); — Tailwind CSS: bg-[hsl(212,85%,84%)] — CSS variable: --color-primary: hsl(212, 85%, 84%);