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