#bfeee5
a light, vivid cyan · cool · closest name: ivory
RGB
191, 238, 229
HSL
169°, 58%, 84%
CMYK
20, 0, 4, 7
Luminance
0.7788
Every format
| HEX | #bfeee5 |
| RGB | rgb(191, 238, 229) |
| HSL | hsl(169, 58%, 84%) |
| CMYK | cmyk(20%, 0%, 4%, 7%) |
| LAB | lab(90.7 -16.8 -0.6) |
| LCH | lch(90.7 16.8 182.1) |
| OKLCH | oklch(0.914 0.050 182.2) |
Copy-ready code
/* CSS */
color: #bfeee5;
background-color: #bfeee5;
/* Tailwind (arbitrary) */
class="text-[#bfeee5] bg-[#bfeee5]"
/* SCSS */
$brand: #bfeee5;
/* SwiftUI */
Color(red: 0.749, green: 0.933, blue: 0.898)
/* Android */
Color.parseColor("#bfeee5")Accessibility — WCAG contrast
Aa
#bfeee5 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfeee5 on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green93.3%
Blue89.8%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow3.8%
Key (black)6.7%
Color previews
#bfeee5 text on a black background
contrast 16.58:1
Card sample
#bfeee5 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfeee5;
Background color
Panel with #bfeee5 background
background-color: #bfeee5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfeee5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 238, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 238, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfeee5; background: linear-gradient(135deg, #bfeee5, #BFD8EE);