#bdf06d
a light, electric green · cool · closest name: khaki
RGB
189, 240, 109
HSL
83°, 81%, 68%
CMYK
21, 0, 55, 6
Luminance
0.7424
Every format
| HEX | #bdf06d |
| RGB | rgb(189, 240, 109) |
| HSL | hsl(83, 81%, 68%) |
| CMYK | cmyk(21%, 0%, 55%, 6%) |
| LAB | lab(89.0 -36.3 57.2) |
| LCH | lch(89.0 67.7 122.4) |
| OKLCH | oklch(0.893 0.169 127.2) |
Copy-ready code
/* CSS */
color: #bdf06d;
background-color: #bdf06d;
/* Tailwind (arbitrary) */
class="text-[#bdf06d] bg-[#bdf06d]"
/* SCSS */
$brand: #bdf06d;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.427)
/* Android */
Color.parseColor("#bdf06d")Accessibility — WCAG contrast
Aa
#bdf06d on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf06d on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue42.7%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow54.6%
Key (black)5.9%
Color previews
#bdf06d text on a black background
contrast 15.85:1
Card sample
#bdf06d text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf06d;
Background color
Panel with #bdf06d background
background-color: #bdf06d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf06d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf06d; background: linear-gradient(135deg, #bdf06d, #6DF074);