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