#bdfb56
a light, electric green · cool · closest name: yellow
RGB
189, 251, 86
HSL
83°, 95%, 66%
CMYK
25, 0, 66, 2
Luminance
0.8049
Every format
| HEX | #bdfb56 |
| RGB | rgb(189, 251, 86) |
| HSL | hsl(83, 95%, 66%) |
| CMYK | cmyk(25%, 0%, 66%, 2%) |
| LAB | lab(91.9 -43.0 69.9) |
| LCH | lch(91.9 82.1 121.6) |
| OKLCH | oklch(0.915 0.201 127.7) |
Copy-ready code
/* CSS */
color: #bdfb56;
background-color: #bdfb56;
/* Tailwind (arbitrary) */
class="text-[#bdfb56] bg-[#bdfb56]"
/* SCSS */
$brand: #bdfb56;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.337)
/* Android */
Color.parseColor("#bdfb56")Accessibility — WCAG contrast
Aa
#bdfb56 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfb56 on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue33.7%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow65.7%
Key (black)1.6%
Color previews
#bdfb56 text on a black background
contrast 17.10:1
Card sample
#bdfb56 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfb56;
Background color
Panel with #bdfb56 background
background-color: #bdfb56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfb56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfb56; background: linear-gradient(135deg, #bdfb56, #56FB5D);