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