#bfcdf9
a pale, electric blue · warm · closest name: lavender
RGB
191, 205, 249
HSL
226°, 83%, 86%
CMYK
23, 18, 0, 2
Luminance
0.6158
Every format
| HEX | #bfcdf9 |
| RGB | rgb(191, 205, 249) |
| HSL | hsl(226, 83%, 86%) |
| CMYK | cmyk(23%, 18%, 0%, 2%) |
| LAB | lab(82.7 4.5 -23.1) |
| LCH | lch(82.7 23.6 281.0) |
| OKLCH | oklch(0.852 0.063 271.2) |
Copy-ready code
/* CSS */
color: #bfcdf9;
background-color: #bfcdf9;
/* Tailwind (arbitrary) */
class="text-[#bfcdf9] bg-[#bfcdf9]"
/* SCSS */
$brand: #bfcdf9;
/* SwiftUI */
Color(red: 0.749, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#bfcdf9")Accessibility — WCAG contrast
Aa
#bfcdf9 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcdf9 on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.4%
Blue97.6%
CMYK percentages
Cyan23.3%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#bfcdf9 text on a black background
contrast 13.32:1
Card sample
#bfcdf9 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcdf9;
Background color
Panel with #bfcdf9 background
background-color: #bfcdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcdf9; background: linear-gradient(135deg, #bfcdf9, #D8BFF9);