#bdf236
a balanced, electric green · cool · closest name: yellow
RGB
189, 242, 54
HSL
77°, 88%, 58%
CMYK
22, 0, 78, 5
Luminance
0.7459
Every format
| HEX | #bdf236 |
| RGB | rgb(189, 242, 54) |
| HSL | hsl(77, 88%, 58%) |
| CMYK | cmyk(22%, 0%, 78%, 5%) |
| LAB | lab(89.2 -40.9 77.9) |
| LCH | lch(89.2 88.0 117.7) |
| OKLCH | oklch(0.893 0.208 124.9) |
Copy-ready code
/* CSS */
color: #bdf236;
background-color: #bdf236;
/* Tailwind (arbitrary) */
class="text-[#bdf236] bg-[#bdf236]"
/* SCSS */
$brand: #bdf236;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.212)
/* Android */
Color.parseColor("#bdf236")Accessibility — WCAG contrast
Aa
#bdf236 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf236 on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue21.2%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow77.7%
Key (black)5.1%
Color previews
#bdf236 text on a black background
contrast 15.92:1
Card sample
#bdf236 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf236;
Background color
Panel with #bdf236 background
background-color: #bdf236;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf236;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf236; background: linear-gradient(135deg, #bdf236, #3FF236);