#bcee49
a balanced, electric green · cool · closest name: yellow
RGB
188, 238, 73
HSL
78°, 83%, 61%
CMYK
21, 0, 69, 7
Luminance
0.7232
Every format
| HEX | #bcee49 |
| RGB | rgb(188, 238, 73) |
| HSL | hsl(78, 83%, 61%) |
| CMYK | cmyk(21%, 0%, 69%, 7%) |
| LAB | lab(88.1 -38.5 70.8) |
| LCH | lch(88.1 80.6 118.6) |
| OKLCH | oklch(0.884 0.194 125.0) |
Copy-ready code
/* CSS */
color: #bcee49;
background-color: #bcee49;
/* Tailwind (arbitrary) */
class="text-[#bcee49] bg-[#bcee49]"
/* SCSS */
$brand: #bcee49;
/* SwiftUI */
Color(red: 0.737, green: 0.933, blue: 0.286)
/* Android */
Color.parseColor("#bcee49")Accessibility — WCAG contrast
Aa
#bcee49 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcee49 on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green93.3%
Blue28.6%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow69.3%
Key (black)6.7%
Color previews
#bcee49 text on a black background
contrast 15.46:1
Card sample
#bcee49 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcee49;
Background color
Panel with #bcee49 background
background-color: #bcee49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcee49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 238, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 238, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcee49; background: linear-gradient(135deg, #bcee49, #4EEE49);