HSL(202, 97%, 86%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(202,97%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 97%, 86%) | color: hsl(202, 97%, 86%) | |
| HEX | #B9E5FE | color: #B9E5FE | |
| RGB | rgb(185, 229, 254) | color: rgb(185, 229, 254) | |
| CMYK | cmyk(27%, 10%, 0%, 0%) | — | |
| HSV | hsv(202, 27%, 100%) | — | |
| HWB | hwb(202 73% 0%) | color: hwb(202 73% 0%) | |
| OKLCH | oklch(0.899 0.0572 233.14) | color: oklch(0.899 0.0572 233.14) | |
| Lab | lab(88.69 -8.68 -16.76) | color: lab(88.69 -8.68 -16.76) | |
| LCH | lch(88.69 18.87 242.62) | color: lch(88.69 18.87 242.62) |
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)
#CCCCF8 — rgb(204, 204, 248)
Deuteranopia (Green-blind)
#CAC6F7 — rgb(202, 198, 247)
Tritanopia (Blue-blind)
#BBF3F2 — rgb(187, 243, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 97%, 86%);
text
color: hsl(202, 97%, 86%);
border
border: 2px solid hsl(202, 97%, 86%);
gradient light
background: linear-gradient(to right, hsl(202, 97%, 100%), hsl(202, 97%, 86%));
gradient dark
background: linear-gradient(to right, hsl(202, 97%, 86%), hsl(202, 97%, 66%))
hex
background-color: #B9E5FE;
tailwind
bg-[hsl(202,97%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 97%, 86%, 0.4);
css variable
--color-primary: hsl(202, 97%, 86%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(202, 97%, 86%)?
HEX: #B9E5FE | RGB: rgb(185, 229, 254) | CMYK: 27%, 10%, 0%, 0% | HSV: 202°, 27%, 100%. Copy any format from the conversion table above.
What colors go well with #B9E5FE?
The complementary color is HSL(22, 97%, 86%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(202, 97%, 86%) in CSS?
As HSL: color: hsl(202, 97%, 86%); — As HEX: color: #B9E5FE; — As RGB: color: rgb(185, 229, 254); — Tailwind CSS: bg-[hsl(202,97%,86%)] — CSS variable: --color-primary: hsl(202, 97%, 86%);