#bfeee8
a light, vivid cyan · cool · closest name: ivory
RGB
191, 238, 232
HSL
172°, 58%, 84%
CMYK
20, 0, 3, 7
Luminance
0.7805
Every format
| HEX | #bfeee8 |
| RGB | rgb(191, 238, 232) |
| HSL | hsl(172, 58%, 84%) |
| CMYK | cmyk(20%, 0%, 3%, 7%) |
| LAB | lab(90.8 -16.2 -2.1) |
| LCH | lch(90.8 16.3 187.3) |
| OKLCH | oklch(0.915 0.049 186.8) |
Copy-ready code
/* CSS */
color: #bfeee8;
background-color: #bfeee8;
/* Tailwind (arbitrary) */
class="text-[#bfeee8] bg-[#bfeee8]"
/* SCSS */
$brand: #bfeee8;
/* SwiftUI */
Color(red: 0.749, green: 0.933, blue: 0.910)
/* Android */
Color.parseColor("#bfeee8")Accessibility — WCAG contrast
Aa
#bfeee8 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfeee8 on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green93.3%
Blue91.0%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow2.5%
Key (black)6.7%
Color previews
#bfeee8 text on a black background
contrast 16.61:1
Card sample
#bfeee8 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfeee8;
Background color
Panel with #bfeee8 background
background-color: #bfeee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfeee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 238, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 238, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfeee8; background: linear-gradient(135deg, #bfeee8, #BFD5EE);