#bfc4ff
a pale, electric blue · warm · closest name: lavender
RGB
191, 196, 255
HSL
235°, 100%, 88%
CMYK
25, 23, 0, 0
Luminance
0.5778
Every format
| HEX | #bfc4ff |
| RGB | rgb(191, 196, 255) |
| HSL | hsl(235, 100%, 88%) |
| CMYK | cmyk(25%, 23%, 0%, 0%) |
| LAB | lab(80.6 10.7 -29.5) |
| LCH | lch(80.6 31.4 290.0) |
| OKLCH | oklch(0.837 0.083 280.7) |
Copy-ready code
/* CSS */
color: #bfc4ff;
background-color: #bfc4ff;
/* Tailwind (arbitrary) */
class="text-[#bfc4ff] bg-[#bfc4ff]"
/* SCSS */
$brand: #bfc4ff;
/* SwiftUI */
Color(red: 0.749, green: 0.769, blue: 1.000)
/* Android */
Color.parseColor("#bfc4ff")Accessibility — WCAG contrast
Aa
#bfc4ff on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc4ff on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.9%
Blue100.0%
CMYK percentages
Cyan25.1%
Magenta23.1%
Yellow0.0%
Key (black)0.0%
Color previews
#bfc4ff text on a black background
contrast 12.56:1
Card sample
#bfc4ff text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc4ff;
Background color
Panel with #bfc4ff background
background-color: #bfc4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 196, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 196, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc4ff; background: linear-gradient(135deg, #bfc4ff, #E5BFFF);