#bfeaf8
a pale, electric cyan · cool · closest name: lavender
RGB
191, 234, 248
HSL
195°, 80%, 86%
CMYK
23, 6, 0, 3
Luminance
0.7670
Every format
| HEX | #bfeaf8 |
| RGB | rgb(191, 234, 248) |
| HSL | hsl(195, 80%, 86%) |
| CMYK | cmyk(23%, 6%, 0%, 3%) |
| LAB | lab(90.2 -10.8 -11.3) |
| LCH | lch(90.2 15.7 226.4) |
| OKLCH | oklch(0.911 0.048 219.6) |
Copy-ready code
/* CSS */
color: #bfeaf8;
background-color: #bfeaf8;
/* Tailwind (arbitrary) */
class="text-[#bfeaf8] bg-[#bfeaf8]"
/* SCSS */
$brand: #bfeaf8;
/* SwiftUI */
Color(red: 0.749, green: 0.918, blue: 0.973)
/* Android */
Color.parseColor("#bfeaf8")Accessibility — WCAG contrast
Aa
#bfeaf8 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfeaf8 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green91.8%
Blue97.3%
CMYK percentages
Cyan23.0%
Magenta5.6%
Yellow0.0%
Key (black)2.7%
Color previews
#bfeaf8 text on a black background
contrast 16.34:1
Card sample
#bfeaf8 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfeaf8;
Background color
Panel with #bfeaf8 background
background-color: #bfeaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfeaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 234, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 234, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfeaf8; background: linear-gradient(135deg, #bfeaf8, #BFC4F8);