#bdf42d
a balanced, electric green · cool · closest name: yellow
RGB
189, 244, 45
HSL
77°, 90%, 57%
CMYK
23, 0, 82, 4
Luminance
0.7571
Every format
| HEX | #bdf42d |
| RGB | rgb(189, 244, 45) |
| HSL | hsl(77, 90%, 57%) |
| CMYK | cmyk(23%, 0%, 82%, 4%) |
| LAB | lab(89.7 -42.1 80.7) |
| LCH | lch(89.7 91.0 117.5) |
| OKLCH | oklch(0.897 0.214 125.0) |
Copy-ready code
/* CSS */
color: #bdf42d;
background-color: #bdf42d;
/* Tailwind (arbitrary) */
class="text-[#bdf42d] bg-[#bdf42d]"
/* SCSS */
$brand: #bdf42d;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.176)
/* Android */
Color.parseColor("#bdf42d")Accessibility — WCAG contrast
Aa
#bdf42d on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf42d on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue17.6%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow81.6%
Key (black)4.3%
Color previews
#bdf42d text on a black background
contrast 16.14:1
Card sample
#bdf42d text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf42d;
Background color
Panel with #bdf42d background
background-color: #bdf42d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf42d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf42d; background: linear-gradient(135deg, #bdf42d, #38F42D);