#bfc2f3
a pale, vivid blue · warm · closest name: lavender
RGB
191, 194, 243
HSL
237°, 68%, 85%
CMYK
21, 20, 0, 5
Luminance
0.5613
Every format
| HEX | #bfc2f3 |
| RGB | rgb(191, 194, 243) |
| HSL | hsl(237, 68%, 85%) |
| CMYK | cmyk(21%, 20%, 0%, 5%) |
| LAB | lab(79.7 9.1 -24.5) |
| LCH | lch(79.7 26.1 290.3) |
| OKLCH | oklch(0.828 0.069 282.0) |
Copy-ready code
/* CSS */
color: #bfc2f3;
background-color: #bfc2f3;
/* Tailwind (arbitrary) */
class="text-[#bfc2f3] bg-[#bfc2f3]"
/* SCSS */
$brand: #bfc2f3;
/* SwiftUI */
Color(red: 0.749, green: 0.761, blue: 0.953)
/* Android */
Color.parseColor("#bfc2f3")Accessibility — WCAG contrast
Aa
#bfc2f3 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc2f3 on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.1%
Blue95.3%
CMYK percentages
Cyan21.4%
Magenta20.2%
Yellow0.0%
Key (black)4.7%
Color previews
#bfc2f3 text on a black background
contrast 12.23:1
Card sample
#bfc2f3 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc2f3;
Background color
Panel with #bfc2f3 background
background-color: #bfc2f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc2f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 194, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 194, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc2f3; background: linear-gradient(135deg, #bfc2f3, #DFBFF3);