#bfd8fe
a pale, electric blue · cool · closest name: lavender
RGB
191, 216, 254
HSL
216°, 97%, 87%
CMYK
25, 15, 0, 0
Luminance
0.6734
Every format
| HEX | #bfd8fe |
| RGB | rgb(191, 216, 254) |
| HSL | hsl(216, 97%, 87%) |
| CMYK | cmyk(25%, 15%, 0%, 0%) |
| LAB | lab(85.7 -0.2 -21.3) |
| LCH | lch(85.7 21.3 269.5) |
| OKLCH | oklch(0.876 0.059 258.7) |
Copy-ready code
/* CSS */
color: #bfd8fe;
background-color: #bfd8fe;
/* Tailwind (arbitrary) */
class="text-[#bfd8fe] bg-[#bfd8fe]"
/* SCSS */
$brand: #bfd8fe;
/* SwiftUI */
Color(red: 0.749, green: 0.847, blue: 0.996)
/* Android */
Color.parseColor("#bfd8fe")Accessibility — WCAG contrast
Aa
#bfd8fe on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd8fe on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.7%
Blue99.6%
CMYK percentages
Cyan24.8%
Magenta15.0%
Yellow0.0%
Key (black)0.4%
Color previews
#bfd8fe text on a black background
contrast 14.47:1
Card sample
#bfd8fe text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd8fe;
Background color
Panel with #bfd8fe background
background-color: #bfd8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 216, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 216, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd8fe; background: linear-gradient(135deg, #bfd8fe, #D0BFFE);