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