#bfe2fc
a pale, electric blue · cool · closest name: lavender
RGB
191, 226, 252
HSL
206°, 91%, 87%
CMYK
24, 10, 0, 1
Luminance
0.7250
Every format
| HEX | #bfe2fc |
| RGB | rgb(191, 226, 252) |
| HSL | hsl(206, 91%, 87%) |
| CMYK | cmyk(24%, 10%, 0%, 1%) |
| LAB | lab(88.2 -5.8 -16.4) |
| LCH | lch(88.2 17.4 250.4) |
| OKLCH | oklch(0.896 0.051 240.3) |
Copy-ready code
/* CSS */
color: #bfe2fc;
background-color: #bfe2fc;
/* Tailwind (arbitrary) */
class="text-[#bfe2fc] bg-[#bfe2fc]"
/* SCSS */
$brand: #bfe2fc;
/* SwiftUI */
Color(red: 0.749, green: 0.886, blue: 0.988)
/* Android */
Color.parseColor("#bfe2fc")Accessibility — WCAG contrast
Aa
#bfe2fc on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe2fc on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green88.6%
Blue98.8%
CMYK percentages
Cyan24.2%
Magenta10.3%
Yellow0.0%
Key (black)1.2%
Color previews
#bfe2fc text on a black background
contrast 15.50:1
Card sample
#bfe2fc text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe2fc;
Background color
Panel with #bfe2fc background
background-color: #bfe2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 226, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 226, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe2fc; background: linear-gradient(135deg, #bfe2fc, #C5BFFC);