#bdef2c
a balanced, electric green · cool · closest name: yellow
RGB
189, 239, 44
HSL
75°, 86%, 56%
CMYK
21, 0, 82, 6
Luminance
0.7273
Every format
| HEX | #bdef2c |
| RGB | rgb(189, 239, 44) |
| HSL | hsl(75, 86%, 56%) |
| CMYK | cmyk(21%, 0%, 82%, 6%) |
| LAB | lab(88.3 -39.9 79.7) |
| LCH | lch(88.3 89.2 116.6) |
| OKLCH | oklch(0.886 0.209 124.1) |
Copy-ready code
/* CSS */
color: #bdef2c;
background-color: #bdef2c;
/* Tailwind (arbitrary) */
class="text-[#bdef2c] bg-[#bdef2c]"
/* SCSS */
$brand: #bdef2c;
/* SwiftUI */
Color(red: 0.741, green: 0.937, blue: 0.173)
/* Android */
Color.parseColor("#bdef2c")Accessibility — WCAG contrast
Aa
#bdef2c on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdef2c on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.7%
Blue17.3%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow81.6%
Key (black)6.3%
Color previews
#bdef2c text on a black background
contrast 15.55:1
Card sample
#bdef2c text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdef2c;
Background color
Panel with #bdef2c background
background-color: #bdef2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdef2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 239, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 239, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdef2c; background: linear-gradient(135deg, #bdef2c, #3BEF2C);