HSL(201, 66%, 82%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(201,66%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(201, 66%, 82%) | color: hsl(201, 66%, 82%) | |
| HEX | #B3DAEF | color: #B3DAEF | |
| RGB | rgb(179, 218, 239) | color: rgb(179, 218, 239) | |
| CMYK | cmyk(25%, 9%, 0%, 6%) | — | |
| HSV | hsv(201, 25%, 94%) | — | |
| HWB | hwb(201 71% 6%) | color: hwb(201 71% 6%) | |
| OKLCH | oklch(0.8672 0.0503 231.61) | color: oklch(0.8672 0.0503 231.61) | |
| Lab | lab(84.97 -8.14 -14.47) | color: lab(84.97 -8.14 -14.47) | |
| LCH | lch(84.97 16.6 240.64) | color: lch(84.97 16.6 240.64) |
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)
#C4C4EA — rgb(196, 196, 234)
Deuteranopia (Green-blind)
#C2BFE9 — rgb(194, 191, 233)
Tritanopia (Blue-blind)
#B5E6E5 — rgb(181, 230, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(201, 66%, 82%);
text
color: hsl(201, 66%, 82%);
border
border: 2px solid hsl(201, 66%, 82%);
gradient light
background: linear-gradient(to right, hsl(201, 66%, 100%), hsl(201, 66%, 82%));
gradient dark
background: linear-gradient(to right, hsl(201, 66%, 82%), hsl(201, 66%, 62%))
hex
background-color: #B3DAEF;
tailwind
bg-[hsl(201,66%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(201, 66%, 82%, 0.4);
css variable
--color-primary: hsl(201, 66%, 82%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(201, 66%, 82%)?
HEX: #B3DAEF | RGB: rgb(179, 218, 239) | CMYK: 25%, 9%, 0%, 6% | HSV: 201°, 25%, 94%. Copy any format from the conversion table above.
What colors go well with #B3DAEF?
The complementary color is HSL(21, 66%, 82%). 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, 66%, 82%) in CSS?
As HSL: color: hsl(201, 66%, 82%); — As HEX: color: #B3DAEF; — As RGB: color: rgb(179, 218, 239); — Tailwind CSS: bg-[hsl(201,66%,82%)] — CSS variable: --color-primary: hsl(201, 66%, 82%);