#bfe477
a light, vivid green · cool · closest name: khaki
RGB
191, 228, 119
HSL
80°, 67%, 68%
CMYK
16, 0, 48, 11
Luminance
0.6790
Every format
| HEX | #bfe477 |
| RGB | rgb(191, 228, 119) |
| HSL | hsl(80, 67%, 68%) |
| CMYK | cmyk(16%, 0%, 48%, 11%) |
| LAB | lab(86.0 -29.1 48.9) |
| LCH | lch(86.0 56.9 120.7) |
| OKLCH | oklch(0.869 0.142 124.7) |
Copy-ready code
/* CSS */
color: #bfe477;
background-color: #bfe477;
/* Tailwind (arbitrary) */
class="text-[#bfe477] bg-[#bfe477]"
/* SCSS */
$brand: #bfe477;
/* SwiftUI */
Color(red: 0.749, green: 0.894, blue: 0.467)
/* Android */
Color.parseColor("#bfe477")Accessibility — WCAG contrast
Aa
#bfe477 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe477 on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green89.4%
Blue46.7%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow47.8%
Key (black)10.6%
Color previews
#bfe477 text on a black background
contrast 14.58:1
Card sample
#bfe477 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe477;
Background color
Panel with #bfe477 background
background-color: #bfe477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 228, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 228, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe477; background: linear-gradient(135deg, #bfe477, #77E478);