#bfe2ee
a light, vivid cyan · cool · closest name: lavender
RGB
191, 226, 238
HSL
195°, 58%, 84%
CMYK
20, 5, 0, 7
Luminance
0.7164
Every format
| HEX | #bfe2ee |
| RGB | rgb(191, 226, 238) |
| HSL | hsl(195, 58%, 84%) |
| CMYK | cmyk(20%, 5%, 0%, 7%) |
| LAB | lab(87.8 -8.9 -9.7) |
| LCH | lch(87.8 13.1 227.3) |
| OKLCH | oklch(0.891 0.040 220.6) |
Copy-ready code
/* CSS */
color: #bfe2ee;
background-color: #bfe2ee;
/* Tailwind (arbitrary) */
class="text-[#bfe2ee] bg-[#bfe2ee]"
/* SCSS */
$brand: #bfe2ee;
/* SwiftUI */
Color(red: 0.749, green: 0.886, blue: 0.933)
/* Android */
Color.parseColor("#bfe2ee")Accessibility — WCAG contrast
Aa
#bfe2ee on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe2ee on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green88.6%
Blue93.3%
CMYK percentages
Cyan19.7%
Magenta5.0%
Yellow0.0%
Key (black)6.7%
Color previews
#bfe2ee text on a black background
contrast 15.33:1
Card sample
#bfe2ee text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe2ee;
Background color
Panel with #bfe2ee background
background-color: #bfe2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 226, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 226, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe2ee; background: linear-gradient(135deg, #bfe2ee, #BFC3EE);