#bddf41
a balanced, vivid green · cool · closest name: yellow
RGB
189, 223, 65
HSL
73°, 71%, 57%
CMYK
15, 0, 71, 13
Luminance
0.6398
Every format
| HEX | #bddf41 |
| RGB | rgb(189, 223, 65) |
| HSL | hsl(73, 71%, 57%) |
| CMYK | cmyk(15%, 0%, 71%, 13%) |
| LAB | lab(84.0 -31.8 69.5) |
| LCH | lch(84.0 76.4 114.6) |
| OKLCH | oklch(0.851 0.181 121.1) |
Copy-ready code
/* CSS */
color: #bddf41;
background-color: #bddf41;
/* Tailwind (arbitrary) */
class="text-[#bddf41] bg-[#bddf41]"
/* SCSS */
$brand: #bddf41;
/* SwiftUI */
Color(red: 0.741, green: 0.875, blue: 0.255)
/* Android */
Color.parseColor("#bddf41")Accessibility — WCAG contrast
Aa
#bddf41 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bddf41 on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green87.5%
Blue25.5%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow70.9%
Key (black)12.5%
Color previews
#bddf41 text on a black background
contrast 13.80:1
Card sample
#bddf41 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bddf41;
Background color
Panel with #bddf41 background
background-color: #bddf41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bddf41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 223, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 223, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bddf41; background: linear-gradient(135deg, #bddf41, #54DF41);