#bfcafd
a pale, electric blue · warm · closest name: lavender
RGB
191, 202, 253
HSL
229°, 94%, 87%
CMYK
25, 20, 0, 1
Luminance
0.6041
Every format
| HEX | #bfcafd |
| RGB | rgb(191, 202, 253) |
| HSL | hsl(229, 94%, 87%) |
| CMYK | cmyk(25%, 20%, 0%, 1%) |
| LAB | lab(82.1 7.0 -26.2) |
| LCH | lch(82.1 27.2 285.0) |
| OKLCH | oklch(0.848 0.072 275.3) |
Copy-ready code
/* CSS */
color: #bfcafd;
background-color: #bfcafd;
/* Tailwind (arbitrary) */
class="text-[#bfcafd] bg-[#bfcafd]"
/* SCSS */
$brand: #bfcafd;
/* SwiftUI */
Color(red: 0.749, green: 0.792, blue: 0.992)
/* Android */
Color.parseColor("#bfcafd")Accessibility — WCAG contrast
Aa
#bfcafd on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcafd on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green79.2%
Blue99.2%
CMYK percentages
Cyan24.5%
Magenta20.2%
Yellow0.0%
Key (black)0.8%
Color previews
#bfcafd text on a black background
contrast 13.08:1
Card sample
#bfcafd text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcafd;
Background color
Panel with #bfcafd background
background-color: #bfcafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 202, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 202, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcafd; background: linear-gradient(135deg, #bfcafd, #DDBFFD);