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