#bfe2fe
a pale, electric blue · cool · closest name: lavender
RGB
191, 226, 254
HSL
207°, 97%, 87%
CMYK
25, 11, 0, 0
Luminance
0.7262
Every format
| HEX | #bfe2fe |
| RGB | rgb(191, 226, 254) |
| HSL | hsl(207, 97%, 87%) |
| CMYK | cmyk(25%, 11%, 0%, 0%) |
| LAB | lab(88.3 -5.4 -17.4) |
| LCH | lch(88.3 18.2 252.7) |
| OKLCH | oklch(0.897 0.053 242.4) |
Copy-ready code
/* CSS */
color: #bfe2fe;
background-color: #bfe2fe;
/* Tailwind (arbitrary) */
class="text-[#bfe2fe] bg-[#bfe2fe]"
/* SCSS */
$brand: #bfe2fe;
/* SwiftUI */
Color(red: 0.749, green: 0.886, blue: 0.996)
/* Android */
Color.parseColor("#bfe2fe")Accessibility — WCAG contrast
Aa
#bfe2fe on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe2fe on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green88.6%
Blue99.6%
CMYK percentages
Cyan24.8%
Magenta11.0%
Yellow0.0%
Key (black)0.4%
Color previews
#bfe2fe text on a black background
contrast 15.52:1
Card sample
#bfe2fe text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe2fe;
Background color
Panel with #bfe2fe background
background-color: #bfe2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 226, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 226, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe2fe; background: linear-gradient(135deg, #bfe2fe, #C6BFFE);