#bfd6f1
a light, vivid blue · cool · closest name: lavender
RGB
191, 214, 241
HSL
212°, 64%, 85%
CMYK
21, 11, 0, 6
Luminance
0.6552
Every format
| HEX | #bfd6f1 |
| RGB | rgb(191, 214, 241) |
| HSL | hsl(212, 64%, 85%) |
| CMYK | cmyk(21%, 11%, 0%, 6%) |
| LAB | lab(84.8 -2.0 -15.8) |
| LCH | lch(84.8 15.9 262.7) |
| OKLCH | oklch(0.868 0.045 252.5) |
Copy-ready code
/* CSS */
color: #bfd6f1;
background-color: #bfd6f1;
/* Tailwind (arbitrary) */
class="text-[#bfd6f1] bg-[#bfd6f1]"
/* SCSS */
$brand: #bfd6f1;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 0.945)
/* Android */
Color.parseColor("#bfd6f1")Accessibility — WCAG contrast
Aa
#bfd6f1 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd6f1 on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue94.5%
CMYK percentages
Cyan20.7%
Magenta11.2%
Yellow0.0%
Key (black)5.5%
Color previews
#bfd6f1 text on a black background
contrast 14.10:1
Card sample
#bfd6f1 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd6f1;
Background color
Panel with #bfd6f1 background
background-color: #bfd6f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd6f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd6f1; background: linear-gradient(135deg, #bfd6f1, #C9BFF1);