#bfccfd
a pale, electric blue · warm · closest name: lavender
RGB
191, 204, 253
HSL
227°, 94%, 87%
CMYK
25, 19, 0, 1
Luminance
0.6135
Every format
| HEX | #bfccfd |
| RGB | rgb(191, 204, 253) |
| HSL | hsl(227, 94%, 87%) |
| CMYK | cmyk(25%, 19%, 0%, 1%) |
| LAB | lab(82.6 6.0 -25.5) |
| LCH | lch(82.6 26.1 283.2) |
| OKLCH | oklch(0.852 0.070 273.2) |
Copy-ready code
/* CSS */
color: #bfccfd;
background-color: #bfccfd;
/* Tailwind (arbitrary) */
class="text-[#bfccfd] bg-[#bfccfd]"
/* SCSS */
$brand: #bfccfd;
/* SwiftUI */
Color(red: 0.749, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#bfccfd")Accessibility — WCAG contrast
Aa
#bfccfd on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfccfd on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.0%
Blue99.2%
CMYK percentages
Cyan24.5%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#bfccfd text on a black background
contrast 13.27:1
Card sample
#bfccfd text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfccfd;
Background color
Panel with #bfccfd background
background-color: #bfccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfccfd; background: linear-gradient(135deg, #bfccfd, #DBBFFD);