#bdf521
a balanced, electric green · cool · closest name: yellow
RGB
189, 245, 33
HSL
76°, 91%, 55%
CMYK
23, 0, 87, 4
Luminance
0.7623
Every format
| HEX | #bdf521 |
| RGB | rgb(189, 245, 33) |
| HSL | hsl(76, 91%, 55%) |
| CMYK | cmyk(23%, 0%, 87%, 4%) |
| LAB | lab(90.0 -42.9 83.4) |
| LCH | lch(90.0 93.8 117.2) |
| OKLCH | oklch(0.899 0.219 125.0) |
Copy-ready code
/* CSS */
color: #bdf521;
background-color: #bdf521;
/* Tailwind (arbitrary) */
class="text-[#bdf521] bg-[#bdf521]"
/* SCSS */
$brand: #bdf521;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.129)
/* Android */
Color.parseColor("#bdf521")Accessibility — WCAG contrast
Aa
#bdf521 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf521 on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue12.9%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow86.5%
Key (black)3.9%
Color previews
#bdf521 text on a black background
contrast 16.25:1
Card sample
#bdf521 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf521;
Background color
Panel with #bdf521 background
background-color: #bdf521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf521; background: linear-gradient(135deg, #bdf521, #30F521);