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