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