HSL(224, 55%, 80%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(224,55%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(224, 55%, 80%) | color: hsl(224, 55%, 80%) | |
| HEX | #B0BFE8 | color: #B0BFE8 | |
| RGB | rgb(176, 191, 232) | color: rgb(176, 191, 232) | |
| CMYK | cmyk(24%, 18%, 0%, 9%) | — | |
| HSV | hsv(224, 24%, 91%) | — | |
| HWB | hwb(224 69% 9%) | color: hwb(224 69% 9%) | |
| OKLCH | oklch(0.807 0.0604 269.26) | color: oklch(0.807 0.0604 269.26) | |
| Lab | lab(77.47 3.67 -22.08) | color: lab(77.47 3.67 -22.08) | |
| LCH | lch(77.47 22.38 279.44) | color: lch(77.47 22.38 279.44) |
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)
#B6B7DE — rgb(182, 183, 222)
Deuteranopia (Green-blind)
#B6B5DC — rgb(182, 181, 220)
Tritanopia (Blue-blind)
#B1D6D5 — rgb(177, 214, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(224, 55%, 80%);
text
color: hsl(224, 55%, 80%);
border
border: 2px solid hsl(224, 55%, 80%);
gradient light
background: linear-gradient(to right, hsl(224, 55%, 100%), hsl(224, 55%, 80%));
gradient dark
background: linear-gradient(to right, hsl(224, 55%, 80%), hsl(224, 55%, 60%))
hex
background-color: #B0BFE8;
tailwind
bg-[hsl(224,55%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(224, 55%, 80%, 0.4);
css variable
--color-primary: hsl(224, 55%, 80%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(224, 55%, 80%)?
HEX: #B0BFE8 | RGB: rgb(176, 191, 232) | CMYK: 24%, 18%, 0%, 9% | HSV: 224°, 24%, 91%. Copy any format from the conversion table above.
What colors go well with #B0BFE8?
The complementary color is HSL(44, 55%, 80%). For a triadic harmony, use hues 224°, 344°, and 104°. For analogous combinations, try hues 194° and 254°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(224, 55%, 80%) in CSS?
As HSL: color: hsl(224, 55%, 80%); — As HEX: color: #B0BFE8; — As RGB: color: rgb(176, 191, 232); — Tailwind CSS: bg-[hsl(224,55%,80%)] — CSS variable: --color-primary: hsl(224, 55%, 80%);