HSL(204, 52%, 80%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(204,52%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(204, 52%, 80%) | color: hsl(204, 52%, 80%) | |
| HEX | #B1D1E7 | color: #B1D1E7 | |
| RGB | rgb(177, 209, 231) | color: rgb(177, 209, 231) | |
| CMYK | cmyk(23%, 10%, 0%, 9%) | — | |
| HSV | hsv(204, 23%, 91%) | — | |
| HWB | hwb(204 70% 9%) | color: hwb(204 70% 9%) | |
| OKLCH | oklch(0.8444 0.046 238.14) | color: oklch(0.8444 0.046 238.14) | |
| Lab | lab(82.23 -5.84 -14.36) | color: lab(82.23 -5.84 -14.36) | |
| LCH | lch(82.23 15.5 247.87) | color: lch(82.23 15.5 247.87) |
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)
#BFBFE2 — rgb(191, 191, 226)
Deuteranopia (Green-blind)
#BDBBE0 — rgb(189, 187, 224)
Tritanopia (Blue-blind)
#B3DDDD — rgb(179, 221, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(204, 52%, 80%);
text
color: hsl(204, 52%, 80%);
border
border: 2px solid hsl(204, 52%, 80%);
gradient light
background: linear-gradient(to right, hsl(204, 52%, 100%), hsl(204, 52%, 80%));
gradient dark
background: linear-gradient(to right, hsl(204, 52%, 80%), hsl(204, 52%, 60%))
hex
background-color: #B1D1E7;
tailwind
bg-[hsl(204,52%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(204, 52%, 80%, 0.4);
css variable
--color-primary: hsl(204, 52%, 80%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(204, 52%, 80%)?
HEX: #B1D1E7 | RGB: rgb(177, 209, 231) | CMYK: 23%, 10%, 0%, 9% | HSV: 204°, 23%, 91%. Copy any format from the conversion table above.
What colors go well with #B1D1E7?
The complementary color is HSL(24, 52%, 80%). For a triadic harmony, use hues 204°, 324°, and 84°. For analogous combinations, try hues 174° and 234°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(204, 52%, 80%) in CSS?
As HSL: color: hsl(204, 52%, 80%); — As HEX: color: #B1D1E7; — As RGB: color: rgb(177, 209, 231); — Tailwind CSS: bg-[hsl(204,52%,80%)] — CSS variable: --color-primary: hsl(204, 52%, 80%);