HSL(227, 94%, 86%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(227,94%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(227, 94%, 86%) | color: hsl(227, 94%, 86%) | |
| HEX | #BAC8FD | color: #BAC8FD | |
| RGB | rgb(186, 200, 253) | color: rgb(186, 200, 253) | |
| CMYK | cmyk(26%, 21%, 0%, 1%) | — | |
| HSV | hsv(227, 26%, 99%) | — | |
| HWB | hwb(227 73% 1%) | color: hwb(227 73% 1%) | |
| OKLCH | oklch(0.8403 0.0759 273.15) | color: oklch(0.8403 0.0759 273.15) | |
| Lab | lab(81.2 6.65 -27.58) | color: lab(81.2 6.65 -27.58) | |
| LCH | lch(81.2 28.37 283.56) | color: lch(81.2 28.37 283.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)
#C0C0F0 — rgb(192, 192, 240)
Deuteranopia (Green-blind)
#BFBEED — rgb(191, 190, 237)
Tritanopia (Blue-blind)
#BBE6E4 — rgb(187, 230, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(227, 94%, 86%);
text
color: hsl(227, 94%, 86%);
border
border: 2px solid hsl(227, 94%, 86%);
gradient light
background: linear-gradient(to right, hsl(227, 94%, 100%), hsl(227, 94%, 86%));
gradient dark
background: linear-gradient(to right, hsl(227, 94%, 86%), hsl(227, 94%, 66%))
hex
background-color: #BAC8FD;
tailwind
bg-[hsl(227,94%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(227, 94%, 86%, 0.4);
css variable
--color-primary: hsl(227, 94%, 86%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(227, 94%, 86%)?
HEX: #BAC8FD | RGB: rgb(186, 200, 253) | CMYK: 26%, 21%, 0%, 1% | HSV: 227°, 26%, 99%. Copy any format from the conversion table above.
What colors go well with #BAC8FD?
The complementary color is HSL(47, 94%, 86%). For a triadic harmony, use hues 227°, 347°, and 107°. For analogous combinations, try hues 197° and 257°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(227, 94%, 86%) in CSS?
As HSL: color: hsl(227, 94%, 86%); — As HEX: color: #BAC8FD; — As RGB: color: rgb(186, 200, 253); — Tailwind CSS: bg-[hsl(227,94%,86%)] — CSS variable: --color-primary: hsl(227, 94%, 86%);