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