#bfeaf4
a pale, vivid cyan · cool · closest name: lavender
RGB
191, 234, 244
HSL
191°, 71%, 85%
CMYK
22, 4, 0, 4
Luminance
0.7645
Every format
| HEX | #bfeaf4 |
| RGB | rgb(191, 234, 244) |
| HSL | hsl(191, 71%, 85%) |
| CMYK | cmyk(22%, 4%, 0%, 4%) |
| LAB | lab(90.1 -11.7 -9.4) |
| LCH | lch(90.1 15.0 218.9) |
| OKLCH | oklch(0.910 0.046 213.4) |
Copy-ready code
/* CSS */
color: #bfeaf4;
background-color: #bfeaf4;
/* Tailwind (arbitrary) */
class="text-[#bfeaf4] bg-[#bfeaf4]"
/* SCSS */
$brand: #bfeaf4;
/* SwiftUI */
Color(red: 0.749, green: 0.918, blue: 0.957)
/* Android */
Color.parseColor("#bfeaf4")Accessibility — WCAG contrast
Aa
#bfeaf4 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfeaf4 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green91.8%
Blue95.7%
CMYK percentages
Cyan21.7%
Magenta4.1%
Yellow0.0%
Key (black)4.3%
Color previews
#bfeaf4 text on a black background
contrast 16.29:1
Card sample
#bfeaf4 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfeaf4;
Background color
Panel with #bfeaf4 background
background-color: #bfeaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfeaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 234, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 234, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfeaf4; background: linear-gradient(135deg, #bfeaf4, #BFC7F4);