HSL(201, 77%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(201,77%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(201, 77%, 85%) | color: hsl(201, 77%, 85%) | |
| HEX | #BBE2F6 | color: #BBE2F6 | |
| RGB | rgb(187, 226, 246) | color: rgb(187, 226, 246) | |
| CMYK | cmyk(24%, 8%, 0%, 4%) | — | |
| HSV | hsv(200, 24%, 96%) | — | |
| HWB | hwb(200 73% 4%) | color: hwb(200 73% 4%) | |
| OKLCH | oklch(0.8914 0.0492 230.28) | color: oklch(0.8914 0.0492 230.28) | |
| Lab | lab(87.78 -8.35 -13.91) | color: lab(87.78 -8.35 -13.91) | |
| LCH | lch(87.78 16.22 239.02) | color: lch(87.78 16.22 239.02) |
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)
#CCCCF1 — rgb(204, 204, 241)
Deuteranopia (Green-blind)
#CAC7F0 — rgb(202, 199, 240)
Tritanopia (Blue-blind)
#BDEDED — rgb(189, 237, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(201, 77%, 85%);
text
color: hsl(201, 77%, 85%);
border
border: 2px solid hsl(201, 77%, 85%);
gradient light
background: linear-gradient(to right, hsl(201, 77%, 100%), hsl(201, 77%, 85%));
gradient dark
background: linear-gradient(to right, hsl(201, 77%, 85%), hsl(201, 77%, 65%))
hex
background-color: #BBE2F6;
tailwind
bg-[hsl(201,77%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(201, 77%, 85%, 0.4);
css variable
--color-primary: hsl(201, 77%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(201, 77%, 85%)?
HEX: #BBE2F6 | RGB: rgb(187, 226, 246) | CMYK: 24%, 8%, 0%, 4% | HSV: 200°, 24%, 96%. Copy any format from the conversion table above.
What colors go well with #BBE2F6?
The complementary color is HSL(21, 77%, 85%). For a triadic harmony, use hues 201°, 321°, and 81°. For analogous combinations, try hues 171° and 231°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(201, 77%, 85%) in CSS?
As HSL: color: hsl(201, 77%, 85%); — As HEX: color: #BBE2F6; — As RGB: color: rgb(187, 226, 246); — Tailwind CSS: bg-[hsl(201,77%,85%)] — CSS variable: --color-primary: hsl(201, 77%, 85%);