#bdf39d
a light, electric green · cool · closest name: khaki
RGB
189, 243, 157
HSL
98°, 78%, 78%
CMYK
22, 0, 35, 5
Luminance
0.7735
Every format
| HEX | #bdf39d |
| RGB | rgb(189, 243, 157) |
| HSL | hsl(98, 78%, 78%) |
| CMYK | cmyk(22%, 0%, 35%, 5%) |
| LAB | lab(90.5 -32.2 36.1) |
| LCH | lch(90.5 48.3 131.7) |
| OKLCH | oklch(0.907 0.125 134.4) |
Copy-ready code
/* CSS */
color: #bdf39d;
background-color: #bdf39d;
/* Tailwind (arbitrary) */
class="text-[#bdf39d] bg-[#bdf39d]"
/* SCSS */
$brand: #bdf39d;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.616)
/* Android */
Color.parseColor("#bdf39d")Accessibility — WCAG contrast
Aa
#bdf39d on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf39d on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue61.6%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow35.4%
Key (black)4.7%
Color previews
#bdf39d text on a black background
contrast 16.47:1
Card sample
#bdf39d text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf39d;
Background color
Panel with #bdf39d background
background-color: #bdf39d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf39d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf39d; background: linear-gradient(135deg, #bdf39d, #9DF3B6);