#bdf07c
a light, electric green · cool · closest name: khaki
RGB
189, 240, 124
HSL
86°, 80%, 71%
CMYK
21, 0, 48, 6
Luminance
0.7459
Every format
| HEX | #bdf07c |
| RGB | rgb(189, 240, 124) |
| HSL | hsl(86, 80%, 71%) |
| CMYK | cmyk(21%, 0%, 48%, 6%) |
| LAB | lab(89.2 -34.8 50.5) |
| LCH | lch(89.2 61.3 124.6) |
| OKLCH | oklch(0.895 0.155 128.7) |
Copy-ready code
/* CSS */
color: #bdf07c;
background-color: #bdf07c;
/* Tailwind (arbitrary) */
class="text-[#bdf07c] bg-[#bdf07c]"
/* SCSS */
$brand: #bdf07c;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.486)
/* Android */
Color.parseColor("#bdf07c")Accessibility — WCAG contrast
Aa
#bdf07c on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf07c on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue48.6%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow48.3%
Key (black)5.9%
Color previews
#bdf07c text on a black background
contrast 15.92:1
Card sample
#bdf07c text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf07c;
Background color
Panel with #bdf07c background
background-color: #bdf07c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf07c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf07c; background: linear-gradient(135deg, #bdf07c, #7CF088);