#bfe0fc
a pale, electric blue · cool · closest name: lavender
RGB
191, 224, 252
HSL
208°, 91%, 87%
CMYK
24, 11, 0, 1
Luminance
0.7142
Every format
| HEX | #bfe0fc |
| RGB | rgb(191, 224, 252) |
| HSL | hsl(208, 91%, 87%) |
| CMYK | cmyk(24%, 11%, 0%, 1%) |
| LAB | lab(87.7 -4.8 -17.2) |
| LCH | lch(87.7 17.8 254.4) |
| OKLCH | oklch(0.892 0.052 244.0) |
Copy-ready code
/* CSS */
color: #bfe0fc;
background-color: #bfe0fc;
/* Tailwind (arbitrary) */
class="text-[#bfe0fc] bg-[#bfe0fc]"
/* SCSS */
$brand: #bfe0fc;
/* SwiftUI */
Color(red: 0.749, green: 0.878, blue: 0.988)
/* Android */
Color.parseColor("#bfe0fc")Accessibility — WCAG contrast
Aa
#bfe0fc on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe0fc on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.8%
Blue98.8%
CMYK percentages
Cyan24.2%
Magenta11.1%
Yellow0.0%
Key (black)1.2%
Color previews
#bfe0fc text on a black background
contrast 15.28:1
Card sample
#bfe0fc text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe0fc;
Background color
Panel with #bfe0fc background
background-color: #bfe0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 224, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 224, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe0fc; background: linear-gradient(135deg, #bfe0fc, #C7BFFC);