#bdf20f
a balanced, electric green · cool · closest name: yellow
RGB
189, 242, 15
HSL
74°, 90%, 50%
CMYK
22, 0, 94, 5
Luminance
0.7436
Every format
| HEX | #bdf20f |
| RGB | rgb(189, 242, 15) |
| HSL | hsl(74, 90%, 50%) |
| CMYK | cmyk(22%, 0%, 94%, 5%) |
| LAB | lab(89.1 -41.9 85.3) |
| LCH | lch(89.1 95.0 116.2) |
| OKLCH | oklch(0.892 0.220 124.2) |
Copy-ready code
/* CSS */
color: #bdf20f;
background-color: #bdf20f;
/* Tailwind (arbitrary) */
class="text-[#bdf20f] bg-[#bdf20f]"
/* SCSS */
$brand: #bdf20f;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.059)
/* Android */
Color.parseColor("#bdf20f")Accessibility — WCAG contrast
Aa
#bdf20f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf20f on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue5.9%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow93.8%
Key (black)5.1%
Color previews
#bdf20f text on a black background
contrast 15.87:1
Card sample
#bdf20f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf20f;
Background color
Panel with #bdf20f background
background-color: #bdf20f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf20f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf20f; background: linear-gradient(135deg, #bdf20f, #26F20F);