#bdf38c
a light, electric green · cool · closest name: khaki
RGB
189, 243, 140
HSL
92°, 81%, 75%
CMYK
22, 0, 42, 5
Luminance
0.7681
Every format
| HEX | #bdf38c |
| RGB | rgb(189, 243, 140) |
| HSL | hsl(92, 81%, 75%) |
| CMYK | cmyk(22%, 0%, 42%, 5%) |
| LAB | lab(90.2 -34.4 44.1) |
| LCH | lch(90.2 55.9 127.9) |
| OKLCH | oklch(0.904 0.143 131.3) |
Copy-ready code
/* CSS */
color: #bdf38c;
background-color: #bdf38c;
/* Tailwind (arbitrary) */
class="text-[#bdf38c] bg-[#bdf38c]"
/* SCSS */
$brand: #bdf38c;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.549)
/* Android */
Color.parseColor("#bdf38c")Accessibility — WCAG contrast
Aa
#bdf38c on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf38c on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue54.9%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow42.4%
Key (black)4.7%
Color previews
#bdf38c text on a black background
contrast 16.36:1
Card sample
#bdf38c text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf38c;
Background color
Panel with #bdf38c background
background-color: #bdf38c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf38c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf38c; background: linear-gradient(135deg, #bdf38c, #8CF3A0);