#bfcdf3
a pale, vivid blue · cool · closest name: lavender
RGB
191, 205, 243
HSL
224°, 68%, 85%
CMYK
21, 16, 0, 5
Luminance
0.6121
Every format
| HEX | #bfcdf3 |
| RGB | rgb(191, 205, 243) |
| HSL | hsl(224, 68%, 85%) |
| CMYK | cmyk(21%, 16%, 0%, 5%) |
| LAB | lab(82.5 3.2 -20.3) |
| LCH | lch(82.5 20.5 278.9) |
| OKLCH | oklch(0.850 0.055 269.3) |
Copy-ready code
/* CSS */
color: #bfcdf3;
background-color: #bfcdf3;
/* Tailwind (arbitrary) */
class="text-[#bfcdf3] bg-[#bfcdf3]"
/* SCSS */
$brand: #bfcdf3;
/* SwiftUI */
Color(red: 0.749, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#bfcdf3")Accessibility — WCAG contrast
Aa
#bfcdf3 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcdf3 on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.4%
Blue95.3%
CMYK percentages
Cyan21.4%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#bfcdf3 text on a black background
contrast 13.24:1
Card sample
#bfcdf3 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcdf3;
Background color
Panel with #bfcdf3 background
background-color: #bfcdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcdf3; background: linear-gradient(135deg, #bfcdf3, #D4BFF3);