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