#bfcdfb
a pale, electric blue · warm · closest name: lavender
RGB
191, 205, 251
HSL
226°, 88%, 87%
CMYK
24, 18, 0, 2
Luminance
0.6170
Every format
| HEX | #bfcdfb |
| RGB | rgb(191, 205, 251) |
| HSL | hsl(226, 88%, 87%) |
| CMYK | cmyk(24%, 18%, 0%, 2%) |
| LAB | lab(82.8 5.0 -24.1) |
| LCH | lch(82.8 24.6 281.6) |
| OKLCH | oklch(0.853 0.066 271.7) |
Copy-ready code
/* CSS */
color: #bfcdfb;
background-color: #bfcdfb;
/* Tailwind (arbitrary) */
class="text-[#bfcdfb] bg-[#bfcdfb]"
/* SCSS */
$brand: #bfcdfb;
/* SwiftUI */
Color(red: 0.749, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#bfcdfb")Accessibility — WCAG contrast
Aa
#bfcdfb on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcdfb on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.4%
Blue98.4%
CMYK percentages
Cyan23.9%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#bfcdfb text on a black background
contrast 13.34:1
Card sample
#bfcdfb text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcdfb;
Background color
Panel with #bfcdfb background
background-color: #bfcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcdfb; background: linear-gradient(135deg, #bfcdfb, #D9BFFB);