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