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