#bfd4fc
a pale, electric blue · cool · closest name: lavender
RGB
191, 212, 252
HSL
219°, 91%, 87%
CMYK
24, 16, 0, 1
Luminance
0.6519
Every format
| HEX | #bfd4fc |
| RGB | rgb(191, 212, 252) |
| HSL | hsl(219, 91%, 87%) |
| CMYK | cmyk(24%, 16%, 0%, 1%) |
| LAB | lab(84.6 1.5 -21.9) |
| LCH | lch(84.6 21.9 273.8) |
| OKLCH | oklch(0.868 0.060 263.3) |
Copy-ready code
/* CSS */
color: #bfd4fc;
background-color: #bfd4fc;
/* Tailwind (arbitrary) */
class="text-[#bfd4fc] bg-[#bfd4fc]"
/* SCSS */
$brand: #bfd4fc;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.988)
/* Android */
Color.parseColor("#bfd4fc")Accessibility — WCAG contrast
Aa
#bfd4fc on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd4fc on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue98.8%
CMYK percentages
Cyan24.2%
Magenta15.9%
Yellow0.0%
Key (black)1.2%
Color previews
#bfd4fc text on a black background
contrast 14.04:1
Card sample
#bfd4fc text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd4fc;
Background color
Panel with #bfd4fc background
background-color: #bfd4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd4fc; background: linear-gradient(135deg, #bfd4fc, #D3BFFC);