#bdf95d
a light, electric green · cool · closest name: yellow
RGB
189, 249, 93
HSL
83°, 93%, 67%
CMYK
24, 0, 63, 2
Luminance
0.7936
Every format
| HEX | #bdf95d |
| RGB | rgb(189, 249, 93) |
| HSL | hsl(83, 93%, 67%) |
| CMYK | cmyk(24%, 0%, 63%, 2%) |
| LAB | lab(91.4 -41.7 66.6) |
| LCH | lch(91.4 78.6 122.0) |
| OKLCH | oklch(0.912 0.193 127.7) |
Copy-ready code
/* CSS */
color: #bdf95d;
background-color: #bdf95d;
/* Tailwind (arbitrary) */
class="text-[#bdf95d] bg-[#bdf95d]"
/* SCSS */
$brand: #bdf95d;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.365)
/* Android */
Color.parseColor("#bdf95d")Accessibility — WCAG contrast
Aa
#bdf95d on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf95d on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue36.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow62.7%
Key (black)2.4%
Color previews
#bdf95d text on a black background
contrast 16.87:1
Card sample
#bdf95d text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf95d;
Background color
Panel with #bdf95d background
background-color: #bdf95d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf95d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf95d; background: linear-gradient(135deg, #bdf95d, #5DF965);