#bdfb5d
a light, electric green · cool · closest name: yellow
RGB
189, 251, 93
HSL
84°, 95%, 68%
CMYK
25, 0, 63, 2
Luminance
0.8060
Every format
| HEX | #bdfb5d |
| RGB | rgb(189, 251, 93) |
| HSL | hsl(84, 95%, 68%) |
| CMYK | cmyk(25%, 0%, 63%, 2%) |
| LAB | lab(92.0 -42.5 67.2) |
| LCH | lch(92.0 79.6 122.3) |
| OKLCH | oklch(0.916 0.196 128.1) |
Copy-ready code
/* CSS */
color: #bdfb5d;
background-color: #bdfb5d;
/* Tailwind (arbitrary) */
class="text-[#bdfb5d] bg-[#bdfb5d]"
/* SCSS */
$brand: #bdfb5d;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.365)
/* Android */
Color.parseColor("#bdfb5d")Accessibility — WCAG contrast
Aa
#bdfb5d on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfb5d on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue36.5%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow62.9%
Key (black)1.6%
Color previews
#bdfb5d text on a black background
contrast 17.12:1
Card sample
#bdfb5d text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfb5d;
Background color
Panel with #bdfb5d background
background-color: #bdfb5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfb5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfb5d; background: linear-gradient(135deg, #bdfb5d, #5DFB66);