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