HSL(213, 49%, 80%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(213,49%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(213, 49%, 80%) | color: hsl(213, 49%, 80%) | |
| HEX | #B3CAE5 | color: #B3CAE5 | |
| RGB | rgb(179, 202, 229) | color: rgb(179, 202, 229) | |
| CMYK | cmyk(22%, 12%, 0%, 10%) | — | |
| HSV | hsv(212, 22%, 90%) | — | |
| HWB | hwb(212 70% 10%) | color: hwb(212 70% 10%) | |
| OKLCH | oklch(0.8306 0.0455 252.53) | color: oklch(0.8306 0.0455 252.53) | |
| Lab | lab(80.45 -2 -15.94) | color: lab(80.45 -2 -15.94) | |
| LCH | lch(80.45 16.06 262.85) | color: lch(80.45 16.06 262.85) |
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)
#BDBDDE — rgb(189, 189, 222)
Deuteranopia (Green-blind)
#BCBADD — rgb(188, 186, 221)
Tritanopia (Blue-blind)
#B4D9D8 — rgb(180, 217, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(213, 49%, 80%);
text
color: hsl(213, 49%, 80%);
border
border: 2px solid hsl(213, 49%, 80%);
gradient light
background: linear-gradient(to right, hsl(213, 49%, 100%), hsl(213, 49%, 80%));
gradient dark
background: linear-gradient(to right, hsl(213, 49%, 80%), hsl(213, 49%, 60%))
hex
background-color: #B3CAE5;
tailwind
bg-[hsl(213,49%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(213, 49%, 80%, 0.4);
css variable
--color-primary: hsl(213, 49%, 80%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(213, 49%, 80%)?
HEX: #B3CAE5 | RGB: rgb(179, 202, 229) | CMYK: 22%, 12%, 0%, 10% | HSV: 212°, 22%, 90%. Copy any format from the conversion table above.
What colors go well with #B3CAE5?
The complementary color is HSL(33, 49%, 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, 49%, 80%) in CSS?
As HSL: color: hsl(213, 49%, 80%); — As HEX: color: #B3CAE5; — As RGB: color: rgb(179, 202, 229); — Tailwind CSS: bg-[hsl(213,49%,80%)] — CSS variable: --color-primary: hsl(213, 49%, 80%);