#bdf550
a balanced, electric green · cool · closest name: yellow
RGB
189, 245, 80
HSL
80°, 89%, 64%
CMYK
23, 0, 67, 4
Luminance
0.7670
Every format
| HEX | #bdf550 |
| RGB | rgb(189, 245, 80) |
| HSL | hsl(80, 89%, 64%) |
| CMYK | cmyk(23%, 0%, 67%, 4%) |
| LAB | lab(90.2 -40.8 70.4) |
| LCH | lch(90.2 81.3 120.1) |
| OKLCH | oklch(0.901 0.198 126.3) |
Copy-ready code
/* CSS */
color: #bdf550;
background-color: #bdf550;
/* Tailwind (arbitrary) */
class="text-[#bdf550] bg-[#bdf550]"
/* SCSS */
$brand: #bdf550;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.314)
/* Android */
Color.parseColor("#bdf550")Accessibility — WCAG contrast
Aa
#bdf550 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf550 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue31.4%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow67.3%
Key (black)3.9%
Color previews
#bdf550 text on a black background
contrast 16.34:1
Card sample
#bdf550 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf550;
Background color
Panel with #bdf550 background
background-color: #bdf550;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf550;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf550; background: linear-gradient(135deg, #bdf550, #50F551);