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