#bdf15c
a light, electric green · cool · closest name: yellow
RGB
189, 241, 92
HSL
81°, 84%, 65%
CMYK
22, 0, 62, 6
Luminance
0.7450
Every format
| HEX | #bdf15c |
| RGB | rgb(189, 241, 92) |
| HSL | hsl(81, 84%, 65%) |
| CMYK | cmyk(22%, 0%, 62%, 6%) |
| LAB | lab(89.2 -38.2 64.6) |
| LCH | lch(89.2 75.0 120.6) |
| OKLCH | oklch(0.893 0.184 126.2) |
Copy-ready code
/* CSS */
color: #bdf15c;
background-color: #bdf15c;
/* Tailwind (arbitrary) */
class="text-[#bdf15c] bg-[#bdf15c]"
/* SCSS */
$brand: #bdf15c;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.361)
/* Android */
Color.parseColor("#bdf15c")Accessibility — WCAG contrast
Aa
#bdf15c on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf15c on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue36.1%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow61.8%
Key (black)5.5%
Color previews
#bdf15c text on a black background
contrast 15.90:1
Card sample
#bdf15c text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf15c;
Background color
Panel with #bdf15c background
background-color: #bdf15c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf15c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf15c; background: linear-gradient(135deg, #bdf15c, #5CF15E);