#bfc2fc
a pale, electric blue · warm · closest name: plum
RGB
191, 194, 252
HSL
237°, 91%, 87%
CMYK
24, 23, 0, 1
Luminance
0.5669
Every format
| HEX | #bfc2fc |
| RGB | rgb(191, 194, 252) |
| HSL | hsl(237, 91%, 87%) |
| CMYK | cmyk(24%, 23%, 0%, 1%) |
| LAB | lab(80.0 11.1 -28.9) |
| LCH | lch(80.0 30.9 291.1) |
| OKLCH | oklch(0.832 0.081 282.2) |
Copy-ready code
/* CSS */
color: #bfc2fc;
background-color: #bfc2fc;
/* Tailwind (arbitrary) */
class="text-[#bfc2fc] bg-[#bfc2fc]"
/* SCSS */
$brand: #bfc2fc;
/* SwiftUI */
Color(red: 0.749, green: 0.761, blue: 0.988)
/* Android */
Color.parseColor("#bfc2fc")Accessibility — WCAG contrast
Aa
#bfc2fc on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc2fc on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.1%
Blue98.8%
CMYK percentages
Cyan24.2%
Magenta23.0%
Yellow0.0%
Key (black)1.2%
Color previews
#bfc2fc text on a black background
contrast 12.34:1
Card sample
#bfc2fc text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc2fc;
Background color
Panel with #bfc2fc background
background-color: #bfc2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 194, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 194, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc2fc; background: linear-gradient(135deg, #bfc2fc, #E5BFFC);