#bdf758
a light, electric green · cool · closest name: yellow
RGB
189, 247, 88
HSL
82°, 91%, 66%
CMYK
24, 0, 64, 3
Luminance
0.7804
Every format
| HEX | #bdf758 |
| RGB | rgb(189, 247, 88) |
| HSL | hsl(82, 91%, 66%) |
| CMYK | cmyk(24%, 0%, 64%, 3%) |
| LAB | lab(90.8 -41.2 68.0) |
| LCH | lch(90.8 79.5 121.2) |
| OKLCH | oklch(0.907 0.194 127.1) |
Copy-ready code
/* CSS */
color: #bdf758;
background-color: #bdf758;
/* Tailwind (arbitrary) */
class="text-[#bdf758] bg-[#bdf758]"
/* SCSS */
$brand: #bdf758;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.345)
/* Android */
Color.parseColor("#bdf758")Accessibility — WCAG contrast
Aa
#bdf758 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf758 on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue34.5%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow64.4%
Key (black)3.1%
Color previews
#bdf758 text on a black background
contrast 16.61:1
Card sample
#bdf758 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf758;
Background color
Panel with #bdf758 background
background-color: #bdf758;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf758;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf758; background: linear-gradient(135deg, #bdf758, #58F75D);