#bddf49
a balanced, vivid green · cool · closest name: khaki
RGB
189, 223, 73
HSL
74°, 70%, 58%
CMYK
15, 0, 67, 13
Luminance
0.6408
Every format
| HEX | #bddf49 |
| RGB | rgb(189, 223, 73) |
| HSL | hsl(74, 70%, 58%) |
| CMYK | cmyk(15%, 0%, 67%, 13%) |
| LAB | lab(84.0 -31.3 66.6) |
| LCH | lch(84.0 73.6 115.2) |
| OKLCH | oklch(0.851 0.176 121.3) |
Copy-ready code
/* CSS */
color: #bddf49;
background-color: #bddf49;
/* Tailwind (arbitrary) */
class="text-[#bddf49] bg-[#bddf49]"
/* SCSS */
$brand: #bddf49;
/* SwiftUI */
Color(red: 0.741, green: 0.875, blue: 0.286)
/* Android */
Color.parseColor("#bddf49")Accessibility — WCAG contrast
Aa
#bddf49 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bddf49 on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green87.5%
Blue28.6%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow67.3%
Key (black)12.5%
Color previews
#bddf49 text on a black background
contrast 13.82:1
Card sample
#bddf49 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bddf49;
Background color
Panel with #bddf49 background
background-color: #bddf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bddf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 223, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 223, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bddf49; background: linear-gradient(135deg, #bddf49, #59DF49);