#bdf48c
a light, electric green · cool · closest name: khaki
RGB
189, 244, 140
HSL
92°, 83%, 75%
CMYK
23, 0, 43, 4
Luminance
0.7741
Every format
| HEX | #bdf48c |
| RGB | rgb(189, 244, 140) |
| HSL | hsl(92, 83%, 75%) |
| CMYK | cmyk(23%, 0%, 43%, 4%) |
| LAB | lab(90.5 -34.8 44.5) |
| LCH | lch(90.5 56.5 128.1) |
| OKLCH | oklch(0.906 0.145 131.5) |
Copy-ready code
/* CSS */
color: #bdf48c;
background-color: #bdf48c;
/* Tailwind (arbitrary) */
class="text-[#bdf48c] bg-[#bdf48c]"
/* SCSS */
$brand: #bdf48c;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.549)
/* Android */
Color.parseColor("#bdf48c")Accessibility — WCAG contrast
Aa
#bdf48c on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf48c on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue54.9%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow42.6%
Key (black)4.3%
Color previews
#bdf48c text on a black background
contrast 16.48:1
Card sample
#bdf48c text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf48c;
Background color
Panel with #bdf48c background
background-color: #bdf48c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf48c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf48c; background: linear-gradient(135deg, #bdf48c, #8CF4A0);