#bdf113
a balanced, electric green · cool · closest name: yellow
RGB
189, 241, 19
HSL
74°, 89%, 51%
CMYK
22, 0, 92, 6
Luminance
0.7378
Every format
| HEX | #bdf113 |
| RGB | rgb(189, 241, 19) |
| HSL | hsl(74, 89%, 51%) |
| CMYK | cmyk(22%, 0%, 92%, 6%) |
| LAB | lab(88.8 -41.4 84.6) |
| LCH | lch(88.8 94.2 116.1) |
| OKLCH | oklch(0.890 0.218 124.1) |
Copy-ready code
/* CSS */
color: #bdf113;
background-color: #bdf113;
/* Tailwind (arbitrary) */
class="text-[#bdf113] bg-[#bdf113]"
/* SCSS */
$brand: #bdf113;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#bdf113")Accessibility — WCAG contrast
Aa
#bdf113 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf113 on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue7.5%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#bdf113 text on a black background
contrast 15.76:1
Card sample
#bdf113 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf113;
Background color
Panel with #bdf113 background
background-color: #bdf113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf113; background: linear-gradient(135deg, #bdf113, #29F113);