#bdf403
a balanced, electric green · cool · closest name: yellow
RGB
189, 244, 3
HSL
74°, 98%, 48%
CMYK
23, 0, 99, 4
Luminance
0.7553
Every format
| HEX | #bdf403 |
| RGB | rgb(189, 244, 3) |
| HSL | hsl(74, 98%, 48%) |
| CMYK | cmyk(23%, 0%, 99%, 4%) |
| LAB | lab(89.6 -42.9 86.6) |
| LCH | lch(89.6 96.7 116.3) |
| OKLCH | oklch(0.896 0.224 124.5) |
Copy-ready code
/* CSS */
color: #bdf403;
background-color: #bdf403;
/* Tailwind (arbitrary) */
class="text-[#bdf403] bg-[#bdf403]"
/* SCSS */
$brand: #bdf403;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.012)
/* Android */
Color.parseColor("#bdf403")Accessibility — WCAG contrast
Aa
#bdf403 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf403 on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue1.2%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow98.8%
Key (black)4.3%
Color previews
#bdf403 text on a black background
contrast 16.11:1
Card sample
#bdf403 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf403;
Background color
Panel with #bdf403 background
background-color: #bdf403;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf403;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf403; background: linear-gradient(135deg, #bdf403, #1CF403);