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