#bdf856
a light, electric green · cool · closest name: yellow
RGB
189, 248, 86
HSL
82°, 92%, 66%
CMYK
24, 0, 65, 3
Luminance
0.7863
Every format
| HEX | #bdf856 |
| RGB | rgb(189, 248, 86) |
| HSL | hsl(82, 92%, 66%) |
| CMYK | cmyk(24%, 0%, 65%, 3%) |
| LAB | lab(91.1 -41.7 69.0) |
| LCH | lch(91.1 80.7 121.2) |
| OKLCH | oklch(0.909 0.197 127.2) |
Copy-ready code
/* CSS */
color: #bdf856;
background-color: #bdf856;
/* Tailwind (arbitrary) */
class="text-[#bdf856] bg-[#bdf856]"
/* SCSS */
$brand: #bdf856;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.337)
/* Android */
Color.parseColor("#bdf856")Accessibility — WCAG contrast
Aa
#bdf856 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf856 on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue33.7%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow65.3%
Key (black)2.7%
Color previews
#bdf856 text on a black background
contrast 16.73:1
Card sample
#bdf856 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf856;
Background color
Panel with #bdf856 background
background-color: #bdf856;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf856;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf856; background: linear-gradient(135deg, #bdf856, #56F85B);