#bfe0eb
a light, vivid cyan · cool · closest name: lavender
RGB
191, 224, 235
HSL
195°, 52%, 84%
CMYK
19, 5, 0, 8
Luminance
0.7039
Every format
| HEX | #bfe0eb |
| RGB | rgb(191, 224, 235) |
| HSL | hsl(195, 52%, 84%) |
| CMYK | cmyk(19%, 5%, 0%, 8%) |
| LAB | lab(87.2 -8.5 -9.0) |
| LCH | lch(87.2 12.4 226.5) |
| OKLCH | oklch(0.886 0.038 219.9) |
Copy-ready code
/* CSS */
color: #bfe0eb;
background-color: #bfe0eb;
/* Tailwind (arbitrary) */
class="text-[#bfe0eb] bg-[#bfe0eb]"
/* SCSS */
$brand: #bfe0eb;
/* SwiftUI */
Color(red: 0.749, green: 0.878, blue: 0.922)
/* Android */
Color.parseColor("#bfe0eb")Accessibility — WCAG contrast
Aa
#bfe0eb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe0eb on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.8%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta4.7%
Yellow0.0%
Key (black)7.8%
Color previews
#bfe0eb text on a black background
contrast 15.08:1
Card sample
#bfe0eb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe0eb;
Background color
Panel with #bfe0eb background
background-color: #bfe0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 224, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 224, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe0eb; background: linear-gradient(135deg, #bfe0eb, #BFC3EB);