#bfeaf6
a pale, electric cyan · cool · closest name: lavender
RGB
191, 234, 246
HSL
193°, 75%, 86%
CMYK
22, 5, 0, 4
Luminance
0.7658
Every format
| HEX | #bfeaf6 |
| RGB | rgb(191, 234, 246) |
| HSL | hsl(193, 75%, 86%) |
| CMYK | cmyk(22%, 5%, 0%, 4%) |
| LAB | lab(90.1 -11.3 -10.4) |
| LCH | lch(90.1 15.3 222.7) |
| OKLCH | oklch(0.910 0.047 216.6) |
Copy-ready code
/* CSS */
color: #bfeaf6;
background-color: #bfeaf6;
/* Tailwind (arbitrary) */
class="text-[#bfeaf6] bg-[#bfeaf6]"
/* SCSS */
$brand: #bfeaf6;
/* SwiftUI */
Color(red: 0.749, green: 0.918, blue: 0.965)
/* Android */
Color.parseColor("#bfeaf6")Accessibility — WCAG contrast
Aa
#bfeaf6 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfeaf6 on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green91.8%
Blue96.5%
CMYK percentages
Cyan22.4%
Magenta4.9%
Yellow0.0%
Key (black)3.5%
Color previews
#bfeaf6 text on a black background
contrast 16.32:1
Card sample
#bfeaf6 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfeaf6;
Background color
Panel with #bfeaf6 background
background-color: #bfeaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfeaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 234, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 234, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfeaf6; background: linear-gradient(135deg, #bfeaf6, #BFC5F6);