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