#bfc9fd
a pale, electric blue · warm · closest name: lavender
RGB
191, 201, 253
HSL
230°, 94%, 87%
CMYK
25, 21, 0, 1
Luminance
0.5994
Every format
| HEX | #bfc9fd |
| RGB | rgb(191, 201, 253) |
| HSL | hsl(230, 94%, 87%) |
| CMYK | cmyk(25%, 21%, 0%, 1%) |
| LAB | lab(81.8 7.6 -26.6) |
| LCH | lch(81.8 27.7 285.9) |
| OKLCH | oklch(0.846 0.073 276.2) |
Copy-ready code
/* CSS */
color: #bfc9fd;
background-color: #bfc9fd;
/* Tailwind (arbitrary) */
class="text-[#bfc9fd] bg-[#bfc9fd]"
/* SCSS */
$brand: #bfc9fd;
/* SwiftUI */
Color(red: 0.749, green: 0.788, blue: 0.992)
/* Android */
Color.parseColor("#bfc9fd")Accessibility — WCAG contrast
Aa
#bfc9fd on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc9fd on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green78.8%
Blue99.2%
CMYK percentages
Cyan24.5%
Magenta20.6%
Yellow0.0%
Key (black)0.8%
Color previews
#bfc9fd text on a black background
contrast 12.99:1
Card sample
#bfc9fd text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc9fd;
Background color
Panel with #bfc9fd background
background-color: #bfc9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 201, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 201, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc9fd; background: linear-gradient(135deg, #bfc9fd, #DEBFFD);