#bdf504
a balanced, electric green · cool · closest name: yellow
RGB
189, 245, 4
HSL
74°, 97%, 49%
CMYK
23, 0, 98, 4
Luminance
0.7613
Every format
| HEX | #bdf504 |
| RGB | rgb(189, 245, 4) |
| HSL | hsl(74, 97%, 49%) |
| CMYK | cmyk(23%, 0%, 98%, 4%) |
| LAB | lab(89.9 -43.3 86.8) |
| LCH | lch(89.9 97.0 116.5) |
| OKLCH | oklch(0.898 0.224 124.7) |
Copy-ready code
/* CSS */
color: #bdf504;
background-color: #bdf504;
/* Tailwind (arbitrary) */
class="text-[#bdf504] bg-[#bdf504]"
/* SCSS */
$brand: #bdf504;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.016)
/* Android */
Color.parseColor("#bdf504")Accessibility — WCAG contrast
Aa
#bdf504 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf504 on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue1.6%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow98.4%
Key (black)3.9%
Color previews
#bdf504 text on a black background
contrast 16.23:1
Card sample
#bdf504 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf504;
Background color
Panel with #bdf504 background
background-color: #bdf504;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf504;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf504; background: linear-gradient(135deg, #bdf504, #1CF504);