#bdf05d
a light, electric green · cool · closest name: khaki
RGB
189, 240, 93
HSL
81°, 83%, 65%
CMYK
21, 0, 61, 6
Luminance
0.7393
Every format
| HEX | #bdf05d |
| RGB | rgb(189, 240, 93) |
| HSL | hsl(81, 83%, 65%) |
| CMYK | cmyk(21%, 0%, 61%, 6%) |
| LAB | lab(88.9 -37.7 63.9) |
| LCH | lch(88.9 74.2 120.5) |
| OKLCH | oklch(0.891 0.182 126.1) |
Copy-ready code
/* CSS */
color: #bdf05d;
background-color: #bdf05d;
/* Tailwind (arbitrary) */
class="text-[#bdf05d] bg-[#bdf05d]"
/* SCSS */
$brand: #bdf05d;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.365)
/* Android */
Color.parseColor("#bdf05d")Accessibility — WCAG contrast
Aa
#bdf05d on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf05d on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue36.5%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow61.2%
Key (black)5.9%
Color previews
#bdf05d text on a black background
contrast 15.79:1
Card sample
#bdf05d text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf05d;
Background color
Panel with #bdf05d background
background-color: #bdf05d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf05d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf05d; background: linear-gradient(135deg, #bdf05d, #5DF05F);