#bdf69d
a light, electric green · cool · closest name: khaki
RGB
189, 246, 157
HSL
98°, 83%, 79%
CMYK
23, 0, 36, 4
Luminance
0.7916
Every format
| HEX | #bdf69d |
| RGB | rgb(189, 246, 157) |
| HSL | hsl(98, 83%, 79%) |
| CMYK | cmyk(23%, 0%, 36%, 4%) |
| LAB | lab(91.3 -33.5 37.1) |
| LCH | lch(91.3 50.0 132.1) |
| OKLCH | oklch(0.913 0.130 134.9) |
Copy-ready code
/* CSS */
color: #bdf69d;
background-color: #bdf69d;
/* Tailwind (arbitrary) */
class="text-[#bdf69d] bg-[#bdf69d]"
/* SCSS */
$brand: #bdf69d;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.616)
/* Android */
Color.parseColor("#bdf69d")Accessibility — WCAG contrast
Aa
#bdf69d on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf69d on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue61.6%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow36.2%
Key (black)3.5%
Color previews
#bdf69d text on a black background
contrast 16.83:1
Card sample
#bdf69d text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf69d;
Background color
Panel with #bdf69d background
background-color: #bdf69d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf69d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf69d; background: linear-gradient(135deg, #bdf69d, #9DF6B8);