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