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