#bdf88c
a light, electric green · cool · closest name: khaki
RGB
189, 248, 140
HSL
93°, 89%, 76%
CMYK
24, 0, 44, 3
Luminance
0.7985
Every format
| HEX | #bdf88c |
| RGB | rgb(189, 248, 140) |
| HSL | hsl(93, 89%, 76%) |
| CMYK | cmyk(24%, 0%, 44%, 3%) |
| LAB | lab(91.6 -36.6 45.9) |
| LCH | lch(91.6 58.7 128.6) |
| OKLCH | oklch(0.915 0.150 132.2) |
Copy-ready code
/* CSS */
color: #bdf88c;
background-color: #bdf88c;
/* Tailwind (arbitrary) */
class="text-[#bdf88c] bg-[#bdf88c]"
/* SCSS */
$brand: #bdf88c;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.549)
/* Android */
Color.parseColor("#bdf88c")Accessibility — WCAG contrast
Aa
#bdf88c on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf88c on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue54.9%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow43.5%
Key (black)2.7%
Color previews
#bdf88c text on a black background
contrast 16.97:1
Card sample
#bdf88c text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf88c;
Background color
Panel with #bdf88c background
background-color: #bdf88c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf88c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf88c; background: linear-gradient(135deg, #bdf88c, #8CF8A3);