HSL(238, 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(238,94%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(238, 94%, 86%) | color: hsl(238, 94%, 86%) | |
| HEX | #BABCFD | color: #BABCFD | |
| RGB | rgb(186, 188, 253) | color: rgb(186, 188, 253) | |
| CMYK | cmyk(26%, 26%, 0%, 1%) | — | |
| HSV | hsv(238, 26%, 99%) | — | |
| HWB | hwb(238 73% 1%) | color: hwb(238 73% 1%) | |
| OKLCH | oklch(0.8167 0.0912 282.81) | color: oklch(0.8167 0.0912 282.81) | |
| Lab | lab(78.17 13.17 -32.24) | color: lab(78.17 13.17 -32.24) | |
| LCH | lch(78.17 34.83 292.22) | color: lch(78.17 34.83 292.22) |
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)
#BBBBED — rgb(187, 187, 237)
Deuteranopia (Green-blind)
#BBBBEA — rgb(187, 187, 234)
Tritanopia (Blue-blind)
#BAE1DE — rgb(186, 225, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(238, 94%, 86%);
text
color: hsl(238, 94%, 86%);
border
border: 2px solid hsl(238, 94%, 86%);
gradient light
background: linear-gradient(to right, hsl(238, 94%, 100%), hsl(238, 94%, 86%));
gradient dark
background: linear-gradient(to right, hsl(238, 94%, 86%), hsl(238, 94%, 66%))
hex
background-color: #BABCFD;
tailwind
bg-[hsl(238,94%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(238, 94%, 86%, 0.4);
css variable
--color-primary: hsl(238, 94%, 86%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(238, 94%, 86%)?
HEX: #BABCFD | RGB: rgb(186, 188, 253) | CMYK: 26%, 26%, 0%, 1% | HSV: 238°, 26%, 99%. Copy any format from the conversion table above.
What colors go well with #BABCFD?
The complementary color is HSL(58, 94%, 86%). For a triadic harmony, use hues 238°, 358°, and 118°. For analogous combinations, try hues 208° and 268°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(238, 94%, 86%) in CSS?
As HSL: color: hsl(238, 94%, 86%); — As HEX: color: #BABCFD; — As RGB: color: rgb(186, 188, 253); — Tailwind CSS: bg-[hsl(238,94%,86%)] — CSS variable: --color-primary: hsl(238, 94%, 86%);