#bfeaf0
a light, vivid cyan · cool · closest name: lavender
RGB
191, 234, 240
HSL
187°, 62%, 85%
CMYK
20, 3, 0, 6
Luminance
0.7621
Every format
| HEX | #bfeaf0 |
| RGB | rgb(191, 234, 240) |
| HSL | hsl(187, 62%, 85%) |
| CMYK | cmyk(20%, 3%, 0%, 6%) |
| LAB | lab(90.0 -12.5 -7.5) |
| LCH | lch(90.0 14.6 210.9) |
| OKLCH | oklch(0.909 0.045 206.8) |
Copy-ready code
/* CSS */
color: #bfeaf0;
background-color: #bfeaf0;
/* Tailwind (arbitrary) */
class="text-[#bfeaf0] bg-[#bfeaf0]"
/* SCSS */
$brand: #bfeaf0;
/* SwiftUI */
Color(red: 0.749, green: 0.918, blue: 0.941)
/* Android */
Color.parseColor("#bfeaf0")Accessibility — WCAG contrast
Aa
#bfeaf0 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfeaf0 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green91.8%
Blue94.1%
CMYK percentages
Cyan20.4%
Magenta2.5%
Yellow0.0%
Key (black)5.9%
Color previews
#bfeaf0 text on a black background
contrast 16.24:1
Card sample
#bfeaf0 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfeaf0;
Background color
Panel with #bfeaf0 background
background-color: #bfeaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfeaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 234, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 234, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfeaf0; background: linear-gradient(135deg, #bfeaf0, #BFC9F0);