#bddf69
a balanced, vivid green · cool · closest name: khaki
RGB
189, 223, 105
HSL
77°, 65%, 64%
CMYK
15, 0, 53, 13
Luminance
0.6461
Every format
| HEX | #bddf69 |
| RGB | rgb(189, 223, 105) |
| HSL | hsl(77, 65%, 64%) |
| CMYK | cmyk(15%, 0%, 53%, 13%) |
| LAB | lab(84.3 -28.8 53.4) |
| LCH | lch(84.3 60.7 118.4) |
| OKLCH | oklch(0.855 0.150 122.9) |
Copy-ready code
/* CSS */
color: #bddf69;
background-color: #bddf69;
/* Tailwind (arbitrary) */
class="text-[#bddf69] bg-[#bddf69]"
/* SCSS */
$brand: #bddf69;
/* SwiftUI */
Color(red: 0.741, green: 0.875, blue: 0.412)
/* Android */
Color.parseColor("#bddf69")Accessibility — WCAG contrast
Aa
#bddf69 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bddf69 on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green87.5%
Blue41.2%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow52.9%
Key (black)12.5%
Color previews
#bddf69 text on a black background
contrast 13.92:1
Card sample
#bddf69 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bddf69;
Background color
Panel with #bddf69 background
background-color: #bddf69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bddf69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 223, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 223, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bddf69; background: linear-gradient(135deg, #bddf69, #6EDF69);