#bfcdfe
a pale, electric blue · warm · closest name: lavender
RGB
191, 205, 254
HSL
227°, 97%, 87%
CMYK
25, 19, 0, 0
Luminance
0.6189
Every format
| HEX | #bfcdfe |
| RGB | rgb(191, 205, 254) |
| HSL | hsl(227, 97%, 87%) |
| CMYK | cmyk(25%, 19%, 0%, 0%) |
| LAB | lab(82.9 5.7 -25.6) |
| LCH | lch(82.9 26.2 282.5) |
| OKLCH | oklch(0.854 0.070 272.4) |
Copy-ready code
/* CSS */
color: #bfcdfe;
background-color: #bfcdfe;
/* Tailwind (arbitrary) */
class="text-[#bfcdfe] bg-[#bfcdfe]"
/* SCSS */
$brand: #bfcdfe;
/* SwiftUI */
Color(red: 0.749, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#bfcdfe")Accessibility — WCAG contrast
Aa
#bfcdfe on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcdfe on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.4%
Blue99.6%
CMYK percentages
Cyan24.8%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#bfcdfe text on a black background
contrast 13.38:1
Card sample
#bfcdfe text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcdfe;
Background color
Panel with #bfcdfe background
background-color: #bfcdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcdfe; background: linear-gradient(135deg, #bfcdfe, #DBBFFE);