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