#bfc9fa
a pale, electric blue · warm · closest name: lavender
RGB
191, 201, 250
HSL
230°, 86%, 87%
CMYK
24, 20, 0, 2
Luminance
0.5975
Every format
| HEX | #bfc9fa |
| RGB | rgb(191, 201, 250) |
| HSL | hsl(230, 86%, 87%) |
| CMYK | cmyk(24%, 20%, 0%, 2%) |
| LAB | lab(81.7 6.9 -25.2) |
| LCH | lch(81.7 26.1 285.3) |
| OKLCH | oklch(0.845 0.069 275.8) |
Copy-ready code
/* CSS */
color: #bfc9fa;
background-color: #bfc9fa;
/* Tailwind (arbitrary) */
class="text-[#bfc9fa] bg-[#bfc9fa]"
/* SCSS */
$brand: #bfc9fa;
/* SwiftUI */
Color(red: 0.749, green: 0.788, blue: 0.980)
/* Android */
Color.parseColor("#bfc9fa")Accessibility — WCAG contrast
Aa
#bfc9fa on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc9fa on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green78.8%
Blue98.0%
CMYK percentages
Cyan23.6%
Magenta19.6%
Yellow0.0%
Key (black)2.0%
Color previews
#bfc9fa text on a black background
contrast 12.95:1
Card sample
#bfc9fa text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc9fa;
Background color
Panel with #bfc9fa background
background-color: #bfc9fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc9fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 201, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 201, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc9fa; background: linear-gradient(135deg, #bfc9fa, #DCBFFA);