#bdf902
a balanced, electric green · cool · closest name: yellow
RGB
189, 249, 2
HSL
75°, 98%, 49%
CMYK
24, 0, 99, 2
Luminance
0.7857
Every format
| HEX | #bdf902 |
| RGB | rgb(189, 249, 2) |
| HSL | hsl(75, 98%, 49%) |
| CMYK | cmyk(24%, 0%, 99%, 2%) |
| LAB | lab(91.0 -45.0 87.8) |
| LCH | lch(91.0 98.7 117.2) |
| OKLCH | oklch(0.908 0.229 125.4) |
Copy-ready code
/* CSS */
color: #bdf902;
background-color: #bdf902;
/* Tailwind (arbitrary) */
class="text-[#bdf902] bg-[#bdf902]"
/* SCSS */
$brand: #bdf902;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.008)
/* Android */
Color.parseColor("#bdf902")Accessibility — WCAG contrast
Aa
#bdf902 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf902 on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue0.8%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow99.2%
Key (black)2.4%
Color previews
#bdf902 text on a black background
contrast 16.71:1
Card sample
#bdf902 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf902;
Background color
Panel with #bdf902 background
background-color: #bdf902;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf902;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf902; background: linear-gradient(135deg, #bdf902, #18F902);