#bdf613
a balanced, electric green · cool · closest name: yellow
RGB
189, 246, 19
HSL
75°, 93%, 52%
CMYK
23, 0, 92, 4
Luminance
0.7678
Every format
| HEX | #bdf613 |
| RGB | rgb(189, 246, 19) |
| HSL | hsl(75, 93%, 52%) |
| CMYK | cmyk(23%, 0%, 92%, 4%) |
| LAB | lab(90.2 -43.6 85.7) |
| LCH | lch(90.2 96.2 116.9) |
| OKLCH | oklch(0.901 0.224 125.0) |
Copy-ready code
/* CSS */
color: #bdf613;
background-color: #bdf613;
/* Tailwind (arbitrary) */
class="text-[#bdf613] bg-[#bdf613]"
/* SCSS */
$brand: #bdf613;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.075)
/* Android */
Color.parseColor("#bdf613")Accessibility — WCAG contrast
Aa
#bdf613 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf613 on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue7.5%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow92.3%
Key (black)3.5%
Color previews
#bdf613 text on a black background
contrast 16.36:1
Card sample
#bdf613 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf613;
Background color
Panel with #bdf613 background
background-color: #bdf613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf613; background: linear-gradient(135deg, #bdf613, #26F613);