HSL(197, 71%, 82%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(197,71%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(197, 71%, 82%) | color: hsl(197, 71%, 82%) | |
| HEX | #B1DFF2 | color: #B1DFF2 | |
| RGB | rgb(177, 223, 242) | color: rgb(177, 223, 242) | |
| CMYK | cmyk(27%, 8%, 0%, 5%) | — | |
| HSV | hsv(198, 27%, 95%) | — | |
| HWB | hwb(198 69% 5%) | color: hwb(198 69% 5%) | |
| OKLCH | oklch(0.8775 0.0544 225.03) | color: oklch(0.8775 0.0544 225.03) | |
| Lab | lab(86.27 -10.62 -14.12) | color: lab(86.27 -10.62 -14.12) | |
| LCH | lch(86.27 17.67 233.05) | color: lch(86.27 17.67 233.05) |
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)
#C5C5ED — rgb(197, 197, 237)
Deuteranopia (Green-blind)
#C2BFEC — rgb(194, 191, 236)
Tritanopia (Blue-blind)
#B3EAE9 — rgb(179, 234, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(197, 71%, 82%);
text
color: hsl(197, 71%, 82%);
border
border: 2px solid hsl(197, 71%, 82%);
gradient light
background: linear-gradient(to right, hsl(197, 71%, 100%), hsl(197, 71%, 82%));
gradient dark
background: linear-gradient(to right, hsl(197, 71%, 82%), hsl(197, 71%, 62%))
hex
background-color: #B1DFF2;
tailwind
bg-[hsl(197,71%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(197, 71%, 82%, 0.4);
css variable
--color-primary: hsl(197, 71%, 82%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(197, 71%, 82%)?
HEX: #B1DFF2 | RGB: rgb(177, 223, 242) | CMYK: 27%, 8%, 0%, 5% | HSV: 198°, 27%, 95%. Copy any format from the conversion table above.
What colors go well with #B1DFF2?
The complementary color is HSL(17, 71%, 82%). For a triadic harmony, use hues 197°, 317°, and 77°. For analogous combinations, try hues 167° and 227°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(197, 71%, 82%) in CSS?
As HSL: color: hsl(197, 71%, 82%); — As HEX: color: #B1DFF2; — As RGB: color: rgb(177, 223, 242); — Tailwind CSS: bg-[hsl(197,71%,82%)] — CSS variable: --color-primary: hsl(197, 71%, 82%);