#bdf92d
a balanced, electric green · cool · closest name: yellow
RGB
189, 249, 45
HSL
78°, 94%, 58%
CMYK
24, 0, 82, 2
Luminance
0.7876
Every format
| HEX | #bdf92d |
| RGB | rgb(189, 249, 45) |
| HSL | hsl(78, 94%, 58%) |
| CMYK | cmyk(24%, 0%, 82%, 2%) |
| LAB | lab(91.1 -44.2 81.9) |
| LCH | lch(91.1 93.1 118.4) |
| OKLCH | oklch(0.908 0.220 125.9) |
Copy-ready code
/* CSS */
color: #bdf92d;
background-color: #bdf92d;
/* Tailwind (arbitrary) */
class="text-[#bdf92d] bg-[#bdf92d]"
/* SCSS */
$brand: #bdf92d;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.176)
/* Android */
Color.parseColor("#bdf92d")Accessibility — WCAG contrast
Aa
#bdf92d on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf92d on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue17.6%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow81.9%
Key (black)2.4%
Color previews
#bdf92d text on a black background
contrast 16.75:1
Card sample
#bdf92d text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf92d;
Background color
Panel with #bdf92d background
background-color: #bdf92d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf92d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf92d; background: linear-gradient(135deg, #bdf92d, #35F92D);