#bdf746
a balanced, electric green · cool · closest name: yellow
RGB
189, 247, 70
HSL
80°, 92%, 62%
CMYK
24, 0, 72, 3
Luminance
0.7778
Every format
| HEX | #bdf746 |
| RGB | rgb(189, 247, 70) |
| HSL | hsl(80, 92%, 62%) |
| CMYK | cmyk(24%, 0%, 72%, 3%) |
| LAB | lab(90.7 -42.3 74.4) |
| LCH | lch(90.7 85.6 119.6) |
| OKLCH | oklch(0.905 0.206 126.3) |
Copy-ready code
/* CSS */
color: #bdf746;
background-color: #bdf746;
/* Tailwind (arbitrary) */
class="text-[#bdf746] bg-[#bdf746]"
/* SCSS */
$brand: #bdf746;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.275)
/* Android */
Color.parseColor("#bdf746")Accessibility — WCAG contrast
Aa
#bdf746 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf746 on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue27.5%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow71.7%
Key (black)3.1%
Color previews
#bdf746 text on a black background
contrast 16.56:1
Card sample
#bdf746 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf746;
Background color
Panel with #bdf746 background
background-color: #bdf746;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf746;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf746; background: linear-gradient(135deg, #bdf746, #47F746);