HSL(213, 31%, 80%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(213,31%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(213, 31%, 80%) | color: hsl(213, 31%, 80%) | |
| HEX | #BCCADC | color: #BCCADC | |
| RGB | rgb(188, 202, 220) | color: rgb(188, 202, 220) | |
| CMYK | cmyk(15%, 8%, 0%, 14%) | — | |
| HSV | hsv(214, 15%, 86%) | — | |
| HWB | hwb(214 73% 14%) | color: hwb(214 73% 14%) | |
| OKLCH | oklch(0.8339 0.0295 254.7) | color: oklch(0.8339 0.0295 254.7) | |
| Lab | lab(80.79 -1.13 -10.54) | color: lab(80.79 -1.13 -10.54) | |
| LCH | lch(80.79 10.6 263.88) | color: lch(80.79 10.6 263.88) |
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)
#C2C2D8 — rgb(194, 194, 216)
Deuteranopia (Green-blind)
#C1C0D7 — rgb(193, 192, 215)
Tritanopia (Blue-blind)
#BDD4D3 — rgb(189, 212, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(213, 31%, 80%);
text
color: hsl(213, 31%, 80%);
border
border: 2px solid hsl(213, 31%, 80%);
gradient light
background: linear-gradient(to right, hsl(213, 31%, 100%), hsl(213, 31%, 80%));
gradient dark
background: linear-gradient(to right, hsl(213, 31%, 80%), hsl(213, 31%, 60%))
hex
background-color: #BCCADC;
tailwind
bg-[hsl(213,31%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(213, 31%, 80%, 0.4);
css variable
--color-primary: hsl(213, 31%, 80%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(213, 31%, 80%)?
HEX: #BCCADC | RGB: rgb(188, 202, 220) | CMYK: 15%, 8%, 0%, 14% | HSV: 214°, 15%, 86%. Copy any format from the conversion table above.
What colors go well with #BCCADC?
The complementary color is HSL(33, 31%, 80%). For a triadic harmony, use hues 213°, 333°, and 93°. For analogous combinations, try hues 183° and 243°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(213, 31%, 80%) in CSS?
As HSL: color: hsl(213, 31%, 80%); — As HEX: color: #BCCADC; — As RGB: color: rgb(188, 202, 220); — Tailwind CSS: bg-[hsl(213,31%,80%)] — CSS variable: --color-primary: hsl(213, 31%, 80%);