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