HSL(219, 92%, 84%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(219,92%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(219, 92%, 84%) | color: hsl(219, 92%, 84%) | |
| HEX | #B1CBFC | color: #B1CBFC | |
| RGB | rgb(177, 203, 252) | color: rgb(177, 203, 252) | |
| CMYK | cmyk(30%, 19%, 0%, 1%) | — | |
| HSV | hsv(219, 30%, 99%) | — | |
| HWB | hwb(219 69% 1%) | color: hwb(219 69% 1%) | |
| OKLCH | oklch(0.8397 0.0746 262.96) | color: oklch(0.8397 0.0746 262.96) | |
| Lab | lab(81.34 2.22 -26.89) | color: lab(81.34 2.22 -26.89) | |
| LCH | lch(81.34 26.98 274.72) | color: lch(81.34 26.98 274.72) |
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)
#BCBCF0 — rgb(188, 188, 240)
Deuteranopia (Green-blind)
#BBB9ED — rgb(187, 185, 237)
Tritanopia (Blue-blind)
#B2E7E5 — rgb(178, 231, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(219, 92%, 84%);
text
color: hsl(219, 92%, 84%);
border
border: 2px solid hsl(219, 92%, 84%);
gradient light
background: linear-gradient(to right, hsl(219, 92%, 100%), hsl(219, 92%, 84%));
gradient dark
background: linear-gradient(to right, hsl(219, 92%, 84%), hsl(219, 92%, 64%))
hex
background-color: #B1CBFC;
tailwind
bg-[hsl(219,92%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(219, 92%, 84%, 0.4);
css variable
--color-primary: hsl(219, 92%, 84%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(219, 92%, 84%)?
HEX: #B1CBFC | RGB: rgb(177, 203, 252) | CMYK: 30%, 19%, 0%, 1% | HSV: 219°, 30%, 99%. Copy any format from the conversion table above.
What colors go well with #B1CBFC?
The complementary color is HSL(39, 92%, 84%). For a triadic harmony, use hues 219°, 339°, and 99°. For analogous combinations, try hues 189° and 249°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(219, 92%, 84%) in CSS?
As HSL: color: hsl(219, 92%, 84%); — As HEX: color: #B1CBFC; — As RGB: color: rgb(177, 203, 252); — Tailwind CSS: bg-[hsl(219,92%,84%)] — CSS variable: --color-primary: hsl(219, 92%, 84%);