#bddf50
a balanced, vivid green · cool · closest name: khaki
RGB
189, 223, 80
HSL
74°, 69%, 59%
CMYK
15, 0, 64, 13
Luminance
0.6417
Every format
| HEX | #bddf50 |
| RGB | rgb(189, 223, 80) |
| HSL | hsl(74, 69%, 59%) |
| CMYK | cmyk(15%, 0%, 64%, 13%) |
| LAB | lab(84.1 -30.8 64.0) |
| LCH | lch(84.1 71.0 115.7) |
| OKLCH | oklch(0.852 0.171 121.6) |
Copy-ready code
/* CSS */
color: #bddf50;
background-color: #bddf50;
/* Tailwind (arbitrary) */
class="text-[#bddf50] bg-[#bddf50]"
/* SCSS */
$brand: #bddf50;
/* SwiftUI */
Color(red: 0.741, green: 0.875, blue: 0.314)
/* Android */
Color.parseColor("#bddf50")Accessibility — WCAG contrast
Aa
#bddf50 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bddf50 on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green87.5%
Blue31.4%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow64.1%
Key (black)12.5%
Color previews
#bddf50 text on a black background
contrast 13.83:1
Card sample
#bddf50 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bddf50;
Background color
Panel with #bddf50 background
background-color: #bddf50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bddf50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 223, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 223, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bddf50; background: linear-gradient(135deg, #bddf50, #5EDF50);