#bfcaf8
a pale, electric blue · warm · closest name: lavender
RGB
191, 202, 248
HSL
228°, 80%, 86%
CMYK
23, 19, 0, 3
Luminance
0.6009
Every format
| HEX | #bfcaf8 |
| RGB | rgb(191, 202, 248) |
| HSL | hsl(228, 80%, 86%) |
| CMYK | cmyk(23%, 19%, 0%, 3%) |
| LAB | lab(81.9 5.9 -23.8) |
| LCH | lch(81.9 24.6 283.9) |
| OKLCH | oklch(0.846 0.065 274.4) |
Copy-ready code
/* CSS */
color: #bfcaf8;
background-color: #bfcaf8;
/* Tailwind (arbitrary) */
class="text-[#bfcaf8] bg-[#bfcaf8]"
/* SCSS */
$brand: #bfcaf8;
/* SwiftUI */
Color(red: 0.749, green: 0.792, blue: 0.973)
/* Android */
Color.parseColor("#bfcaf8")Accessibility — WCAG contrast
Aa
#bfcaf8 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcaf8 on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green79.2%
Blue97.3%
CMYK percentages
Cyan23.0%
Magenta18.5%
Yellow0.0%
Key (black)2.7%
Color previews
#bfcaf8 text on a black background
contrast 13.02:1
Card sample
#bfcaf8 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcaf8;
Background color
Panel with #bfcaf8 background
background-color: #bfcaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 202, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 202, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcaf8; background: linear-gradient(135deg, #bfcaf8, #DABFF8);