#bdf74f
a balanced, electric green · cool · closest name: yellow
RGB
189, 247, 79
HSL
81°, 91%, 64%
CMYK
24, 0, 68, 3
Luminance
0.7790
Every format
| HEX | #bdf74f |
| RGB | rgb(189, 247, 79) |
| HSL | hsl(81, 91%, 64%) |
| CMYK | cmyk(24%, 0%, 68%, 3%) |
| LAB | lab(90.7 -41.8 71.3) |
| LCH | lch(90.7 82.6 120.4) |
| OKLCH | oklch(0.906 0.201 126.6) |
Copy-ready code
/* CSS */
color: #bdf74f;
background-color: #bdf74f;
/* Tailwind (arbitrary) */
class="text-[#bdf74f] bg-[#bdf74f]"
/* SCSS */
$brand: #bdf74f;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.310)
/* Android */
Color.parseColor("#bdf74f")Accessibility — WCAG contrast
Aa
#bdf74f on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf74f on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue31.0%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow68.0%
Key (black)3.1%
Color previews
#bdf74f text on a black background
contrast 16.58:1
Card sample
#bdf74f text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf74f;
Background color
Panel with #bdf74f background
background-color: #bdf74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf74f; background: linear-gradient(135deg, #bdf74f, #4FF751);