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