#bdf879
a light, electric green · cool · closest name: khaki
RGB
189, 248, 121
HSL
88°, 90%, 72%
CMYK
24, 0, 51, 3
Luminance
0.7933
Every format
| HEX | #bdf879 |
| RGB | rgb(189, 248, 121) |
| HSL | hsl(88, 90%, 72%) |
| CMYK | cmyk(24%, 0%, 51%, 3%) |
| LAB | lab(91.4 -38.8 54.5) |
| LCH | lch(91.4 66.9 125.4) |
| OKLCH | oklch(0.912 0.169 129.8) |
Copy-ready code
/* CSS */
color: #bdf879;
background-color: #bdf879;
/* Tailwind (arbitrary) */
class="text-[#bdf879] bg-[#bdf879]"
/* SCSS */
$brand: #bdf879;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.475)
/* Android */
Color.parseColor("#bdf879")Accessibility — WCAG contrast
Aa
#bdf879 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf879 on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue47.5%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow51.2%
Key (black)2.7%
Color previews
#bdf879 text on a black background
contrast 16.87:1
Card sample
#bdf879 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf879;
Background color
Panel with #bdf879 background
background-color: #bdf879;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf879;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf879; background: linear-gradient(135deg, #bdf879, #79F88A);