#bfefda
a light, vivid green · cool · closest name: beige
RGB
191, 239, 218
HSL
154°, 60%, 84%
CMYK
20, 0, 9, 6
Luminance
0.7787
Every format
| HEX | #bfefda |
| RGB | rgb(191, 239, 218) |
| HSL | hsl(154, 60%, 84%) |
| CMYK | cmyk(20%, 0%, 9%, 6%) |
| LAB | lab(90.7 -19.5 5.1) |
| LCH | lch(90.7 20.1 165.3) |
| OKLCH | oklch(0.913 0.057 166.6) |
Copy-ready code
/* CSS */
color: #bfefda;
background-color: #bfefda;
/* Tailwind (arbitrary) */
class="text-[#bfefda] bg-[#bfefda]"
/* SCSS */
$brand: #bfefda;
/* SwiftUI */
Color(red: 0.749, green: 0.937, blue: 0.855)
/* Android */
Color.parseColor("#bfefda")Accessibility — WCAG contrast
Aa
#bfefda on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfefda on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green93.7%
Blue85.5%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow8.8%
Key (black)6.3%
Color previews
#bfefda text on a black background
contrast 16.57:1
Card sample
#bfefda text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfefda;
Background color
Panel with #bfefda background
background-color: #bfefda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfefda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 239, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 239, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfefda; background: linear-gradient(135deg, #bfefda, #BFE4EF);