#bfe551
a balanced, vivid green · cool · closest name: khaki
RGB
191, 229, 81
HSL
75°, 74%, 61%
CMYK
17, 0, 65, 10
Luminance
0.6771
Every format
| HEX | #bfe551 |
| RGB | rgb(191, 229, 81) |
| HSL | hsl(75, 74%, 61%) |
| CMYK | cmyk(17%, 0%, 65%, 10%) |
| LAB | lab(85.9 -32.8 65.5) |
| LCH | lch(85.9 73.3 116.6) |
| OKLCH | oklch(0.867 0.177 122.5) |
Copy-ready code
/* CSS */
color: #bfe551;
background-color: #bfe551;
/* Tailwind (arbitrary) */
class="text-[#bfe551] bg-[#bfe551]"
/* SCSS */
$brand: #bfe551;
/* SwiftUI */
Color(red: 0.749, green: 0.898, blue: 0.318)
/* Android */
Color.parseColor("#bfe551")Accessibility — WCAG contrast
Aa
#bfe551 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe551 on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green89.8%
Blue31.8%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow64.6%
Key (black)10.2%
Color previews
#bfe551 text on a black background
contrast 14.54:1
Card sample
#bfe551 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe551;
Background color
Panel with #bfe551 background
background-color: #bfe551;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe551;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 229, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 229, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe551; background: linear-gradient(135deg, #bfe551, #5CE551);