#bdf45c
a light, electric green · cool · closest name: yellow
RGB
189, 244, 92
HSL
82°, 87%, 66%
CMYK
23, 0, 62, 4
Luminance
0.7629
Every format
| HEX | #bdf45c |
| RGB | rgb(189, 244, 92) |
| HSL | hsl(82, 87%, 66%) |
| CMYK | cmyk(23%, 0%, 62%, 4%) |
| LAB | lab(90.0 -39.5 65.5) |
| LCH | lch(90.0 76.5 121.1) |
| OKLCH | oklch(0.900 0.188 126.8) |
Copy-ready code
/* CSS */
color: #bdf45c;
background-color: #bdf45c;
/* Tailwind (arbitrary) */
class="text-[#bdf45c] bg-[#bdf45c]"
/* SCSS */
$brand: #bdf45c;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.361)
/* Android */
Color.parseColor("#bdf45c")Accessibility — WCAG contrast
Aa
#bdf45c on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf45c on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue36.1%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow62.3%
Key (black)4.3%
Color previews
#bdf45c text on a black background
contrast 16.26:1
Card sample
#bdf45c text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf45c;
Background color
Panel with #bdf45c background
background-color: #bdf45c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf45c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf45c; background: linear-gradient(135deg, #bdf45c, #5CF460);