#bfc6fd
a pale, electric blue · warm · closest name: lavender
RGB
191, 198, 253
HSL
233°, 94%, 87%
CMYK
25, 22, 0, 1
Luminance
0.5856
Every format
| HEX | #bfc6fd |
| RGB | rgb(191, 198, 253) |
| HSL | hsl(233, 94%, 87%) |
| CMYK | cmyk(25%, 22%, 0%, 1%) |
| LAB | lab(81.0 9.2 -27.8) |
| LCH | lch(81.0 29.3 288.3) |
| OKLCH | oklch(0.840 0.077 278.9) |
Copy-ready code
/* CSS */
color: #bfc6fd;
background-color: #bfc6fd;
/* Tailwind (arbitrary) */
class="text-[#bfc6fd] bg-[#bfc6fd]"
/* SCSS */
$brand: #bfc6fd;
/* SwiftUI */
Color(red: 0.749, green: 0.776, blue: 0.992)
/* Android */
Color.parseColor("#bfc6fd")Accessibility — WCAG contrast
Aa
#bfc6fd on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc6fd on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green77.6%
Blue99.2%
CMYK percentages
Cyan24.5%
Magenta21.7%
Yellow0.0%
Key (black)0.8%
Color previews
#bfc6fd text on a black background
contrast 12.71:1
Card sample
#bfc6fd text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc6fd;
Background color
Panel with #bfc6fd background
background-color: #bfc6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 198, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 198, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc6fd; background: linear-gradient(135deg, #bfc6fd, #E1BFFD);