#bddf64
a balanced, vivid green · cool · closest name: khaki
RGB
189, 223, 100
HSL
77°, 66%, 63%
CMYK
15, 0, 55, 13
Luminance
0.6451
Every format
| HEX | #bddf64 |
| RGB | rgb(189, 223, 100) |
| HSL | hsl(77, 66%, 63%) |
| CMYK | cmyk(15%, 0%, 55%, 13%) |
| LAB | lab(84.2 -29.3 55.6) |
| LCH | lch(84.2 62.9 117.8) |
| OKLCH | oklch(0.854 0.155 122.6) |
Copy-ready code
/* CSS */
color: #bddf64;
background-color: #bddf64;
/* Tailwind (arbitrary) */
class="text-[#bddf64] bg-[#bddf64]"
/* SCSS */
$brand: #bddf64;
/* SwiftUI */
Color(red: 0.741, green: 0.875, blue: 0.392)
/* Android */
Color.parseColor("#bddf64")Accessibility — WCAG contrast
Aa
#bddf64 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bddf64 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green87.5%
Blue39.2%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow55.2%
Key (black)12.5%
Color previews
#bddf64 text on a black background
contrast 13.90:1
Card sample
#bddf64 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bddf64;
Background color
Panel with #bddf64 background
background-color: #bddf64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bddf64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 223, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 223, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bddf64; background: linear-gradient(135deg, #bddf64, #6BDF64);