#bfefc2
a light, vivid green · cool · closest name: beige
RGB
191, 239, 194
HSL
124°, 60%, 84%
CMYK
20, 0, 19, 6
Luminance
0.7670
Every format
| HEX | #bfefc2 |
| RGB | rgb(191, 239, 194) |
| HSL | hsl(124, 60%, 84%) |
| CMYK | cmyk(20%, 0%, 19%, 6%) |
| LAB | lab(90.2 -23.9 16.8) |
| LCH | lch(90.2 29.2 144.8) |
| OKLCH | oklch(0.907 0.078 146.5) |
Copy-ready code
/* CSS */
color: #bfefc2;
background-color: #bfefc2;
/* Tailwind (arbitrary) */
class="text-[#bfefc2] bg-[#bfefc2]"
/* SCSS */
$brand: #bfefc2;
/* SwiftUI */
Color(red: 0.749, green: 0.937, blue: 0.761)
/* Android */
Color.parseColor("#bfefc2")Accessibility — WCAG contrast
Aa
#bfefc2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfefc2 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green93.7%
Blue76.1%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow18.8%
Key (black)6.3%
Color previews
#bfefc2 text on a black background
contrast 16.34:1
Card sample
#bfefc2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfefc2;
Background color
Panel with #bfefc2 background
background-color: #bfefc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfefc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 239, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 239, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfefc2; background: linear-gradient(135deg, #bfefc2, #BFEFE2);