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