#bcef1f
a balanced, electric green · cool · closest name: yellow
RGB
188, 239, 31
HSL
75°, 87%, 53%
CMYK
21, 0, 87, 6
Luminance
0.7252
Every format
| HEX | #bcef1f |
| RGB | rgb(188, 239, 31) |
| HSL | hsl(75, 87%, 53%) |
| CMYK | cmyk(21%, 0%, 87%, 6%) |
| LAB | lab(88.2 -40.7 82.3) |
| LCH | lch(88.2 91.8 116.3) |
| OKLCH | oklch(0.885 0.214 124.1) |
Copy-ready code
/* CSS */
color: #bcef1f;
background-color: #bcef1f;
/* Tailwind (arbitrary) */
class="text-[#bcef1f] bg-[#bcef1f]"
/* SCSS */
$brand: #bcef1f;
/* SwiftUI */
Color(red: 0.737, green: 0.937, blue: 0.122)
/* Android */
Color.parseColor("#bcef1f")Accessibility — WCAG contrast
Aa
#bcef1f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcef1f on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green93.7%
Blue12.2%
CMYK percentages
Cyan21.3%
Magenta0.0%
Yellow87.0%
Key (black)6.3%
Color previews
#bcef1f text on a black background
contrast 15.50:1
Card sample
#bcef1f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcef1f;
Background color
Panel with #bcef1f background
background-color: #bcef1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcef1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 239, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 239, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcef1f; background: linear-gradient(135deg, #bcef1f, #31EF1F);