HSL(213, 20%, 79%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(213,20%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(213, 20%, 79%) | color: hsl(213, 20%, 79%) | |
| HEX | #BFC8D4 | color: #BFC8D4 | |
| RGB | rgb(191, 200, 212) | color: rgb(191, 200, 212) | |
| CMYK | cmyk(10%, 6%, 0%, 17%) | — | |
| HSV | hsv(214, 10%, 83%) | — | |
| HWB | hwb(214 75% 17%) | color: hwb(214 75% 17%) | |
| OKLCH | oklch(0.8295 0.0195 255.55) | color: oklch(0.8295 0.0195 255.55) | |
| Lab | lab(80.26 -0.73 -7.03) | color: lab(80.26 -0.73 -7.03) | |
| LCH | lch(80.26 7.07 264.07) | color: lch(80.26 7.07 264.07) |
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)
#C3C3D1 — rgb(195, 195, 209)
Deuteranopia (Green-blind)
#C2C2D0 — rgb(194, 194, 208)
Tritanopia (Blue-blind)
#BFCFCE — rgb(191, 207, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(213, 20%, 79%);
text
color: hsl(213, 20%, 79%);
border
border: 2px solid hsl(213, 20%, 79%);
gradient light
background: linear-gradient(to right, hsl(213, 20%, 99%), hsl(213, 20%, 79%));
gradient dark
background: linear-gradient(to right, hsl(213, 20%, 79%), hsl(213, 20%, 59%))
hex
background-color: #BFC8D4;
tailwind
bg-[hsl(213,20%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(213, 20%, 79%, 0.4);
css variable
--color-primary: hsl(213, 20%, 79%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(213, 20%, 79%)?
HEX: #BFC8D4 | RGB: rgb(191, 200, 212) | CMYK: 10%, 6%, 0%, 17% | HSV: 214°, 10%, 83%. Copy any format from the conversion table above.
What colors go well with #BFC8D4?
The complementary color is HSL(33, 20%, 79%). 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, 20%, 79%) in CSS?
As HSL: color: hsl(213, 20%, 79%); — As HEX: color: #BFC8D4; — As RGB: color: rgb(191, 200, 212); — Tailwind CSS: bg-[hsl(213,20%,79%)] — CSS variable: --color-primary: hsl(213, 20%, 79%);