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