#bdf78c
a light, electric green · cool · closest name: khaki
RGB
189, 247, 140
HSL
93°, 87%, 76%
CMYK
24, 0, 43, 3
Luminance
0.7923
Every format
| HEX | #bdf78c |
| RGB | rgb(189, 247, 140) |
| HSL | hsl(93, 87%, 76%) |
| CMYK | cmyk(24%, 0%, 43%, 3%) |
| LAB | lab(91.3 -36.2 45.5) |
| LCH | lch(91.3 58.1 128.5) |
| OKLCH | oklch(0.913 0.149 132.0) |
Copy-ready code
/* CSS */
color: #bdf78c;
background-color: #bdf78c;
/* Tailwind (arbitrary) */
class="text-[#bdf78c] bg-[#bdf78c]"
/* SCSS */
$brand: #bdf78c;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.549)
/* Android */
Color.parseColor("#bdf78c")Accessibility — WCAG contrast
Aa
#bdf78c on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf78c on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue54.9%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow43.3%
Key (black)3.1%
Color previews
#bdf78c text on a black background
contrast 16.85:1
Card sample
#bdf78c text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf78c;
Background color
Panel with #bdf78c background
background-color: #bdf78c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf78c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf78c; background: linear-gradient(135deg, #bdf78c, #8CF7A2);