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