#bdf35b
a light, electric green · cool · closest name: yellow
RGB
189, 243, 91
HSL
81°, 86%, 66%
CMYK
22, 0, 63, 5
Luminance
0.7568
Every format
| HEX | #bdf35b |
| RGB | rgb(189, 243, 91) |
| HSL | hsl(81, 86%, 66%) |
| CMYK | cmyk(22%, 0%, 63%, 5%) |
| LAB | lab(89.7 -39.2 65.6) |
| LCH | lch(89.7 76.4 120.8) |
| OKLCH | oklch(0.898 0.187 126.6) |
Copy-ready code
/* CSS */
color: #bdf35b;
background-color: #bdf35b;
/* Tailwind (arbitrary) */
class="text-[#bdf35b] bg-[#bdf35b]"
/* SCSS */
$brand: #bdf35b;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.357)
/* Android */
Color.parseColor("#bdf35b")Accessibility — WCAG contrast
Aa
#bdf35b on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf35b on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue35.7%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow62.6%
Key (black)4.7%
Color previews
#bdf35b text on a black background
contrast 16.14:1
Card sample
#bdf35b text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf35b;
Background color
Panel with #bdf35b background
background-color: #bdf35b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf35b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf35b; background: linear-gradient(135deg, #bdf35b, #5BF35E);