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