#bdf780
a light, electric green · cool · closest name: khaki
RGB
189, 247, 128
HSL
89°, 88%, 74%
CMYK
24, 0, 48, 3
Luminance
0.7890
Every format
| HEX | #bdf780 |
| RGB | rgb(189, 247, 128) |
| HSL | hsl(89, 88%, 74%) |
| CMYK | cmyk(24%, 0%, 48%, 3%) |
| LAB | lab(91.2 -37.6 51.0) |
| LCH | lch(91.2 63.4 126.4) |
| OKLCH | oklch(0.911 0.161 130.4) |
Copy-ready code
/* CSS */
color: #bdf780;
background-color: #bdf780;
/* Tailwind (arbitrary) */
class="text-[#bdf780] bg-[#bdf780]"
/* SCSS */
$brand: #bdf780;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.502)
/* Android */
Color.parseColor("#bdf780")Accessibility — WCAG contrast
Aa
#bdf780 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf780 on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue50.2%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow48.2%
Key (black)3.1%
Color previews
#bdf780 text on a black background
contrast 16.78:1
Card sample
#bdf780 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf780;
Background color
Panel with #bdf780 background
background-color: #bdf780;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf780;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf780; background: linear-gradient(135deg, #bdf780, #80F792);