#bcee13
a balanced, electric green · cool · closest name: yellow
RGB
188, 238, 19
HSL
74°, 87%, 50%
CMYK
21, 0, 92, 7
Luminance
0.7189
Every format
| HEX | #bcee13 |
| RGB | rgb(188, 238, 19) |
| HSL | hsl(74, 87%, 50%) |
| CMYK | cmyk(21%, 0%, 92%, 7%) |
| LAB | lab(87.9 -40.5 83.9) |
| LCH | lch(87.9 93.1 115.8) |
| OKLCH | oklch(0.882 0.215 123.7) |
Copy-ready code
/* CSS */
color: #bcee13;
background-color: #bcee13;
/* Tailwind (arbitrary) */
class="text-[#bcee13] bg-[#bcee13]"
/* SCSS */
$brand: #bcee13;
/* SwiftUI */
Color(red: 0.737, green: 0.933, blue: 0.075)
/* Android */
Color.parseColor("#bcee13")Accessibility — WCAG contrast
Aa
#bcee13 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcee13 on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green93.3%
Blue7.5%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow92.0%
Key (black)6.7%
Color previews
#bcee13 text on a black background
contrast 15.38:1
Card sample
#bcee13 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcee13;
Background color
Panel with #bcee13 background
background-color: #bcee13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcee13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 238, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 238, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcee13; background: linear-gradient(135deg, #bcee13, #2AEE13);