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