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