#bfd8fc
a pale, electric blue · cool · closest name: lavender
RGB
191, 216, 252
HSL
215°, 91%, 87%
CMYK
24, 14, 0, 1
Luminance
0.6722
Every format
| HEX | #bfd8fc |
| RGB | rgb(191, 216, 252) |
| HSL | hsl(215, 91%, 87%) |
| CMYK | cmyk(24%, 14%, 0%, 1%) |
| LAB | lab(85.6 -0.6 -20.3) |
| LCH | lch(85.6 20.3 268.2) |
| OKLCH | oklch(0.875 0.057 257.5) |
Copy-ready code
/* CSS */
color: #bfd8fc;
background-color: #bfd8fc;
/* Tailwind (arbitrary) */
class="text-[#bfd8fc] bg-[#bfd8fc]"
/* SCSS */
$brand: #bfd8fc;
/* SwiftUI */
Color(red: 0.749, green: 0.847, blue: 0.988)
/* Android */
Color.parseColor("#bfd8fc")Accessibility — WCAG contrast
Aa
#bfd8fc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd8fc on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.7%
Blue98.8%
CMYK percentages
Cyan24.2%
Magenta14.3%
Yellow0.0%
Key (black)1.2%
Color previews
#bfd8fc text on a black background
contrast 14.44:1
Card sample
#bfd8fc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd8fc;
Background color
Panel with #bfd8fc background
background-color: #bfd8fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd8fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 216, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 216, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd8fc; background: linear-gradient(135deg, #bfd8fc, #CFBFFC);