#bdf58c
a light, electric green · cool · closest name: khaki
RGB
189, 245, 140
HSL
92°, 84%, 76%
CMYK
23, 0, 43, 4
Luminance
0.7802
Every format
| HEX | #bdf58c |
| RGB | rgb(189, 245, 140) |
| HSL | hsl(92, 84%, 76%) |
| CMYK | cmyk(23%, 0%, 43%, 4%) |
| LAB | lab(90.8 -35.3 44.8) |
| LCH | lch(90.8 57.0 128.2) |
| OKLCH | oklch(0.908 0.146 131.7) |
Copy-ready code
/* CSS */
color: #bdf58c;
background-color: #bdf58c;
/* Tailwind (arbitrary) */
class="text-[#bdf58c] bg-[#bdf58c]"
/* SCSS */
$brand: #bdf58c;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.549)
/* Android */
Color.parseColor("#bdf58c")Accessibility — WCAG contrast
Aa
#bdf58c on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf58c on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue54.9%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow42.9%
Key (black)3.9%
Color previews
#bdf58c text on a black background
contrast 16.60:1
Card sample
#bdf58c text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf58c;
Background color
Panel with #bdf58c background
background-color: #bdf58c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf58c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf58c; background: linear-gradient(135deg, #bdf58c, #8CF5A1);