#bdf06f
a light, electric green · cool · closest name: khaki
RGB
189, 240, 111
HSL
84°, 81%, 69%
CMYK
21, 0, 54, 6
Luminance
0.7429
Every format
| HEX | #bdf06f |
| RGB | rgb(189, 240, 111) |
| HSL | hsl(84, 81%, 69%) |
| CMYK | cmyk(21%, 0%, 54%, 6%) |
| LAB | lab(89.1 -36.1 56.3) |
| LCH | lch(89.1 66.9 122.7) |
| OKLCH | oklch(0.893 0.167 127.4) |
Copy-ready code
/* CSS */
color: #bdf06f;
background-color: #bdf06f;
/* Tailwind (arbitrary) */
class="text-[#bdf06f] bg-[#bdf06f]"
/* SCSS */
$brand: #bdf06f;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.435)
/* Android */
Color.parseColor("#bdf06f")Accessibility — WCAG contrast
Aa
#bdf06f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf06f on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue43.5%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow53.8%
Key (black)5.9%
Color previews
#bdf06f text on a black background
contrast 15.86:1
Card sample
#bdf06f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf06f;
Background color
Panel with #bdf06f background
background-color: #bdf06f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf06f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf06f; background: linear-gradient(135deg, #bdf06f, #6FF077);