#bdf246
a balanced, electric green · cool · closest name: yellow
RGB
189, 242, 70
HSL
79°, 87%, 61%
CMYK
22, 0, 71, 5
Luminance
0.7477
Every format
| HEX | #bdf246 |
| RGB | rgb(189, 242, 70) |
| HSL | hsl(79, 87%, 61%) |
| CMYK | cmyk(22%, 0%, 71%, 5%) |
| LAB | lab(89.3 -40.1 73.0) |
| LCH | lch(89.3 83.3 118.8) |
| OKLCH | oklch(0.894 0.200 125.4) |
Copy-ready code
/* CSS */
color: #bdf246;
background-color: #bdf246;
/* Tailwind (arbitrary) */
class="text-[#bdf246] bg-[#bdf246]"
/* SCSS */
$brand: #bdf246;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.275)
/* Android */
Color.parseColor("#bdf246")Accessibility — WCAG contrast
Aa
#bdf246 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf246 on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue27.5%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow71.1%
Key (black)5.1%
Color previews
#bdf246 text on a black background
contrast 15.95:1
Card sample
#bdf246 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf246;
Background color
Panel with #bdf246 background
background-color: #bdf246;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf246;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf246; background: linear-gradient(135deg, #bdf246, #4AF246);