HSL(222, 95%, 87%)
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(222,95%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(222, 95%, 87%) | color: hsl(222, 95%, 87%) | |
| HEX | #BED1FD | color: #BED1FD | |
| RGB | rgb(190, 209, 253) | color: rgb(190, 209, 253) | |
| CMYK | cmyk(25%, 17%, 0%, 1%) | — | |
| HSV | hsv(222, 25%, 99%) | — | |
| HWB | hwb(222 74% 1%) | color: hwb(222 74% 1%) | |
| OKLCH | oklch(0.8611 0.0648 266.7) | color: oklch(0.8611 0.0648 266.7) | |
| Lab | lab(83.78 3 -23.63) | color: lab(83.78 3 -23.63) | |
| LCH | lch(83.78 23.82 277.24) | color: lch(83.78 23.82 277.24) |
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)
#C6C6F2 — rgb(198, 198, 242)
Deuteranopia (Green-blind)
#C5C4F0 — rgb(197, 196, 240)
Tritanopia (Blue-blind)
#BFEAE8 — rgb(191, 234, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(222, 95%, 87%);
text
color: hsl(222, 95%, 87%);
border
border: 2px solid hsl(222, 95%, 87%);
gradient light
background: linear-gradient(to right, hsl(222, 95%, 100%), hsl(222, 95%, 87%));
gradient dark
background: linear-gradient(to right, hsl(222, 95%, 87%), hsl(222, 95%, 67%))
hex
background-color: #BED1FD;
tailwind
bg-[hsl(222,95%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(222, 95%, 87%, 0.4);
css variable
--color-primary: hsl(222, 95%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(222, 95%, 87%)?
HEX: #BED1FD | RGB: rgb(190, 209, 253) | CMYK: 25%, 17%, 0%, 1% | HSV: 222°, 25%, 99%. Copy any format from the conversion table above.
What colors go well with #BED1FD?
The complementary color is HSL(42, 95%, 87%). For a triadic harmony, use hues 222°, 342°, and 102°. For analogous combinations, try hues 192° and 252°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(222, 95%, 87%) in CSS?
As HSL: color: hsl(222, 95%, 87%); — As HEX: color: #BED1FD; — As RGB: color: rgb(190, 209, 253); — Tailwind CSS: bg-[hsl(222,95%,87%)] — CSS variable: --color-primary: hsl(222, 95%, 87%);