#bcdf26
a balanced, vivid green · cool · closest name: yellow
RGB
188, 223, 38
HSL
71°, 74%, 51%
CMYK
16, 0, 83, 13
Luminance
0.6361
Every format
| HEX | #bcdf26 |
| RGB | rgb(188, 223, 38) |
| HSL | hsl(71, 74%, 51%) |
| CMYK | cmyk(16%, 0%, 83%, 13%) |
| LAB | lab(83.8 -33.3 77.2) |
| LCH | lch(83.8 84.0 113.3) |
| OKLCH | oklch(0.849 0.194 120.8) |
Copy-ready code
/* CSS */
color: #bcdf26;
background-color: #bcdf26;
/* Tailwind (arbitrary) */
class="text-[#bcdf26] bg-[#bcdf26]"
/* SCSS */
$brand: #bcdf26;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.149)
/* Android */
Color.parseColor("#bcdf26")Accessibility — WCAG contrast
Aa
#bcdf26 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf26 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue14.9%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow83.0%
Key (black)12.5%
Color previews
#bcdf26 text on a black background
contrast 13.72:1
Card sample
#bcdf26 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf26;
Background color
Panel with #bcdf26 background
background-color: #bcdf26;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf26;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf26; background: linear-gradient(135deg, #bcdf26, #41DF26);