#bdfb03
a balanced, electric green · cool · closest name: yellow
RGB
189, 251, 3
HSL
75°, 98%, 50%
CMYK
25, 0, 99, 2
Luminance
0.7982
Every format
| HEX | #bdfb03 |
| RGB | rgb(189, 251, 3) |
| HSL | hsl(75, 98%, 50%) |
| CMYK | cmyk(25%, 0%, 99%, 2%) |
| LAB | lab(91.6 -45.9 88.1) |
| LCH | lch(91.6 99.4 117.5) |
| OKLCH | oklch(0.912 0.231 125.7) |
Copy-ready code
/* CSS */
color: #bdfb03;
background-color: #bdfb03;
/* Tailwind (arbitrary) */
class="text-[#bdfb03] bg-[#bdfb03]"
/* SCSS */
$brand: #bdfb03;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.012)
/* Android */
Color.parseColor("#bdfb03")Accessibility — WCAG contrast
Aa
#bdfb03 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfb03 on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue1.2%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow98.8%
Key (black)1.6%
Color previews
#bdfb03 text on a black background
contrast 16.96:1
Card sample
#bdfb03 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfb03;
Background color
Panel with #bdfb03 background
background-color: #bdfb03;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfb03;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfb03; background: linear-gradient(135deg, #bdfb03, #18FB03);