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