#bdf53f
a balanced, electric green · cool · closest name: yellow
RGB
189, 245, 63
HSL
79°, 90%, 60%
CMYK
23, 0, 74, 4
Luminance
0.7648
Every format
| HEX | #bdf53f |
| RGB | rgb(189, 245, 63) |
| HSL | hsl(79, 90%, 60%) |
| CMYK | cmyk(23%, 0%, 74%, 4%) |
| LAB | lab(90.1 -41.8 76.1) |
| LCH | lch(90.1 86.8 118.8) |
| OKLCH | oklch(0.900 0.207 125.7) |
Copy-ready code
/* CSS */
color: #bdf53f;
background-color: #bdf53f;
/* Tailwind (arbitrary) */
class="text-[#bdf53f] bg-[#bdf53f]"
/* SCSS */
$brand: #bdf53f;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.247)
/* Android */
Color.parseColor("#bdf53f")Accessibility — WCAG contrast
Aa
#bdf53f on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf53f on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue24.7%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow74.3%
Key (black)3.9%
Color previews
#bdf53f text on a black background
contrast 16.30:1
Card sample
#bdf53f text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf53f;
Background color
Panel with #bdf53f background
background-color: #bdf53f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf53f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf53f; background: linear-gradient(135deg, #bdf53f, #44F53F);