#bfcafb
a pale, electric blue · warm · closest name: lavender
RGB
191, 202, 251
HSL
229°, 88%, 87%
CMYK
24, 20, 0, 2
Luminance
0.6028
Every format
| HEX | #bfcafb |
| RGB | rgb(191, 202, 251) |
| HSL | hsl(229, 88%, 87%) |
| CMYK | cmyk(24%, 20%, 0%, 2%) |
| LAB | lab(82.0 6.6 -25.3) |
| LCH | lch(82.0 26.1 284.6) |
| OKLCH | oklch(0.847 0.070 274.9) |
Copy-ready code
/* CSS */
color: #bfcafb;
background-color: #bfcafb;
/* Tailwind (arbitrary) */
class="text-[#bfcafb] bg-[#bfcafb]"
/* SCSS */
$brand: #bfcafb;
/* SwiftUI */
Color(red: 0.749, green: 0.792, blue: 0.984)
/* Android */
Color.parseColor("#bfcafb")Accessibility — WCAG contrast
Aa
#bfcafb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcafb on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green79.2%
Blue98.4%
CMYK percentages
Cyan23.9%
Magenta19.5%
Yellow0.0%
Key (black)1.6%
Color previews
#bfcafb text on a black background
contrast 13.06:1
Card sample
#bfcafb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcafb;
Background color
Panel with #bfcafb background
background-color: #bfcafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 202, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 202, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcafb; background: linear-gradient(135deg, #bfcafb, #DCBFFB);