#bcf430
a balanced, electric green · cool · closest name: yellow
RGB
188, 244, 48
HSL
77°, 90%, 57%
CMYK
23, 0, 80, 4
Luminance
0.7561
Every format
| HEX | #bcf430 |
| RGB | rgb(188, 244, 48) |
| HSL | hsl(77, 90%, 57%) |
| CMYK | cmyk(23%, 0%, 80%, 4%) |
| LAB | lab(89.7 -42.4 79.9) |
| LCH | lch(89.7 90.5 117.9) |
| OKLCH | oklch(0.897 0.214 125.3) |
Copy-ready code
/* CSS */
color: #bcf430;
background-color: #bcf430;
/* Tailwind (arbitrary) */
class="text-[#bcf430] bg-[#bcf430]"
/* SCSS */
$brand: #bcf430;
/* SwiftUI */
Color(red: 0.737, green: 0.957, blue: 0.188)
/* Android */
Color.parseColor("#bcf430")Accessibility — WCAG contrast
Aa
#bcf430 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf430 on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green95.7%
Blue18.8%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow80.3%
Key (black)4.3%
Color previews
#bcf430 text on a black background
contrast 16.12:1
Card sample
#bcf430 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf430;
Background color
Panel with #bcf430 background
background-color: #bcf430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 244, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 244, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf430; background: linear-gradient(135deg, #bcf430, #3AF430);