#bdf431
a balanced, electric green · cool · closest name: yellow
RGB
189, 244, 49
HSL
77°, 90%, 58%
CMYK
23, 0, 80, 4
Luminance
0.7574
Every format
| HEX | #bdf431 |
| RGB | rgb(189, 244, 49) |
| HSL | hsl(77, 90%, 58%) |
| CMYK | cmyk(23%, 0%, 80%, 4%) |
| LAB | lab(89.7 -41.9 79.7) |
| LCH | lch(89.7 90.1 117.7) |
| OKLCH | oklch(0.897 0.213 125.1) |
Copy-ready code
/* CSS */
color: #bdf431;
background-color: #bdf431;
/* Tailwind (arbitrary) */
class="text-[#bdf431] bg-[#bdf431]"
/* SCSS */
$brand: #bdf431;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.192)
/* Android */
Color.parseColor("#bdf431")Accessibility — WCAG contrast
Aa
#bdf431 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf431 on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue19.2%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow79.9%
Key (black)4.3%
Color previews
#bdf431 text on a black background
contrast 16.15:1
Card sample
#bdf431 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf431;
Background color
Panel with #bdf431 background
background-color: #bdf431;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf431;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf431; background: linear-gradient(135deg, #bdf431, #3BF431);