HSL(200, 59%, 81%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(200,59%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(200, 59%, 81%) | color: hsl(200, 59%, 81%) | |
| HEX | #B2D8EB | color: #B2D8EB | |
| RGB | rgb(178, 216, 235) | color: rgb(178, 216, 235) | |
| CMYK | cmyk(24%, 8%, 0%, 8%) | — | |
| HSV | hsv(200, 24%, 92%) | — | |
| HWB | hwb(200 70% 8%) | color: hwb(200 70% 8%) | |
| OKLCH | oklch(0.8611 0.048 229.63) | color: oklch(0.8611 0.048 229.63) | |
| Lab | lab(84.26 -8.3 -13.42) | color: lab(84.26 -8.3 -13.42) | |
| LCH | lch(84.26 15.78 238.26) | color: lch(84.26 15.78 238.26) |
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)
#C2C3E6 — rgb(194, 195, 230)
Deuteranopia (Green-blind)
#C0BDE5 — rgb(192, 189, 229)
Tritanopia (Blue-blind)
#B4E3E2 — rgb(180, 227, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(200, 59%, 81%);
text
color: hsl(200, 59%, 81%);
border
border: 2px solid hsl(200, 59%, 81%);
gradient light
background: linear-gradient(to right, hsl(200, 59%, 100%), hsl(200, 59%, 81%));
gradient dark
background: linear-gradient(to right, hsl(200, 59%, 81%), hsl(200, 59%, 61%))
hex
background-color: #B2D8EB;
tailwind
bg-[hsl(200,59%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(200, 59%, 81%, 0.4);
css variable
--color-primary: hsl(200, 59%, 81%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(200, 59%, 81%)?
HEX: #B2D8EB | RGB: rgb(178, 216, 235) | CMYK: 24%, 8%, 0%, 8% | HSV: 200°, 24%, 92%. Copy any format from the conversion table above.
What colors go well with #B2D8EB?
The complementary color is HSL(20, 59%, 81%). For a triadic harmony, use hues 200°, 320°, and 80°. For analogous combinations, try hues 170° and 230°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(200, 59%, 81%) in CSS?
As HSL: color: hsl(200, 59%, 81%); — As HEX: color: #B2D8EB; — As RGB: color: rgb(178, 216, 235); — Tailwind CSS: bg-[hsl(200,59%,81%)] — CSS variable: --color-primary: hsl(200, 59%, 81%);