#bfc4fd
a pale, electric blue · warm · closest name: lavender
RGB
191, 196, 253
HSL
235°, 94%, 87%
CMYK
25, 23, 0, 1
Luminance
0.5765
Every format
| HEX | #bfc4fd |
| RGB | rgb(191, 196, 253) |
| HSL | hsl(235, 94%, 87%) |
| CMYK | cmyk(25%, 23%, 0%, 1%) |
| LAB | lab(80.5 10.3 -28.6) |
| LCH | lch(80.5 30.4 289.8) |
| OKLCH | oklch(0.836 0.080 280.6) |
Copy-ready code
/* CSS */
color: #bfc4fd;
background-color: #bfc4fd;
/* Tailwind (arbitrary) */
class="text-[#bfc4fd] bg-[#bfc4fd]"
/* SCSS */
$brand: #bfc4fd;
/* SwiftUI */
Color(red: 0.749, green: 0.769, blue: 0.992)
/* Android */
Color.parseColor("#bfc4fd")Accessibility — WCAG contrast
Aa
#bfc4fd on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc4fd on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.9%
Blue99.2%
CMYK percentages
Cyan24.5%
Magenta22.5%
Yellow0.0%
Key (black)0.8%
Color previews
#bfc4fd text on a black background
contrast 12.53:1
Card sample
#bfc4fd text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc4fd;
Background color
Panel with #bfc4fd background
background-color: #bfc4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 196, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 196, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc4fd; background: linear-gradient(135deg, #bfc4fd, #E3BFFD);