HSL(229, 88%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(229,88%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(229, 88%, 85%) | color: hsl(229, 88%, 85%) | |
| HEX | #B7C3FA | color: #B7C3FA | |
| RGB | rgb(183, 195, 250) | color: rgb(183, 195, 250) | |
| CMYK | cmyk(27%, 22%, 0%, 2%) | — | |
| HSV | hsv(229, 27%, 98%) | — | |
| HWB | hwb(229 72% 2%) | color: hwb(229 72% 2%) | |
| OKLCH | oklch(0.827 0.0785 274.99) | color: oklch(0.827 0.0785 274.99) | |
| Lab | lab(79.61 7.78 -28.43) | color: lab(79.61 7.78 -28.43) | |
| LCH | lch(79.61 29.48 285.3) | color: lch(79.61 29.48 285.3) |
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)
#BCBCED — rgb(188, 188, 237)
Deuteranopia (Green-blind)
#BCBBEA — rgb(188, 187, 234)
Tritanopia (Blue-blind)
#B8E2E0 — rgb(184, 226, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(229, 88%, 85%);
text
color: hsl(229, 88%, 85%);
border
border: 2px solid hsl(229, 88%, 85%);
gradient light
background: linear-gradient(to right, hsl(229, 88%, 100%), hsl(229, 88%, 85%));
gradient dark
background: linear-gradient(to right, hsl(229, 88%, 85%), hsl(229, 88%, 65%))
hex
background-color: #B7C3FA;
tailwind
bg-[hsl(229,88%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(229, 88%, 85%, 0.4);
css variable
--color-primary: hsl(229, 88%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(229, 88%, 85%)?
HEX: #B7C3FA | RGB: rgb(183, 195, 250) | CMYK: 27%, 22%, 0%, 2% | HSV: 229°, 27%, 98%. Copy any format from the conversion table above.
What colors go well with #B7C3FA?
The complementary color is HSL(49, 88%, 85%). For a triadic harmony, use hues 229°, 349°, and 109°. For analogous combinations, try hues 199° and 259°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(229, 88%, 85%) in CSS?
As HSL: color: hsl(229, 88%, 85%); — As HEX: color: #B7C3FA; — As RGB: color: rgb(183, 195, 250); — Tailwind CSS: bg-[hsl(229,88%,85%)] — CSS variable: --color-primary: hsl(229, 88%, 85%);