#bdf56d
a light, electric green · cool · closest name: khaki
RGB
189, 245, 109
HSL
85°, 87%, 69%
CMYK
23, 0, 56, 4
Luminance
0.7723
Every format
| HEX | #bdf56d |
| RGB | rgb(189, 245, 109) |
| HSL | hsl(85, 87%, 69%) |
| CMYK | cmyk(23%, 0%, 56%, 4%) |
| LAB | lab(90.4 -38.6 58.8) |
| LCH | lch(90.4 70.3 123.3) |
| OKLCH | oklch(0.904 0.175 128.2) |
Copy-ready code
/* CSS */
color: #bdf56d;
background-color: #bdf56d;
/* Tailwind (arbitrary) */
class="text-[#bdf56d] bg-[#bdf56d]"
/* SCSS */
$brand: #bdf56d;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.427)
/* Android */
Color.parseColor("#bdf56d")Accessibility — WCAG contrast
Aa
#bdf56d on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf56d on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue42.7%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow55.5%
Key (black)3.9%
Color previews
#bdf56d text on a black background
contrast 16.45:1
Card sample
#bdf56d text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf56d;
Background color
Panel with #bdf56d background
background-color: #bdf56d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf56d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf56d; background: linear-gradient(135deg, #bdf56d, #6DF578);