#bdf702
a balanced, electric green · cool · closest name: yellow
RGB
189, 247, 2
HSL
74°, 98%, 49%
CMYK
24, 0, 99, 3
Luminance
0.7734
Every format
| HEX | #bdf702 |
| RGB | rgb(189, 247, 2) |
| HSL | hsl(74, 98%, 49%) |
| CMYK | cmyk(24%, 0%, 99%, 3%) |
| LAB | lab(90.5 -44.2 87.4) |
| LCH | lch(90.5 97.9 116.8) |
| OKLCH | oklch(0.903 0.227 125.0) |
Copy-ready code
/* CSS */
color: #bdf702;
background-color: #bdf702;
/* Tailwind (arbitrary) */
class="text-[#bdf702] bg-[#bdf702]"
/* SCSS */
$brand: #bdf702;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.008)
/* Android */
Color.parseColor("#bdf702")Accessibility — WCAG contrast
Aa
#bdf702 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf702 on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue0.8%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow99.2%
Key (black)3.1%
Color previews
#bdf702 text on a black background
contrast 16.47:1
Card sample
#bdf702 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf702;
Background color
Panel with #bdf702 background
background-color: #bdf702;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf702;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf702; background: linear-gradient(135deg, #bdf702, #1AF702);