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