#bdf52c
a balanced, electric green · cool · closest name: yellow
RGB
189, 245, 44
HSL
77°, 91%, 57%
CMYK
23, 0, 82, 4
Luminance
0.7631
Every format
| HEX | #bdf52c |
| RGB | rgb(189, 245, 44) |
| HSL | hsl(77, 91%, 57%) |
| CMYK | cmyk(23%, 0%, 82%, 4%) |
| LAB | lab(90.0 -42.5 81.2) |
| LCH | lch(90.0 91.7 117.7) |
| OKLCH | oklch(0.899 0.216 125.2) |
Copy-ready code
/* CSS */
color: #bdf52c;
background-color: #bdf52c;
/* Tailwind (arbitrary) */
class="text-[#bdf52c] bg-[#bdf52c]"
/* SCSS */
$brand: #bdf52c;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.173)
/* Android */
Color.parseColor("#bdf52c")Accessibility — WCAG contrast
Aa
#bdf52c on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf52c on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue17.3%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow82.0%
Key (black)3.9%
Color previews
#bdf52c text on a black background
contrast 16.26:1
Card sample
#bdf52c text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf52c;
Background color
Panel with #bdf52c background
background-color: #bdf52c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf52c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf52c; background: linear-gradient(135deg, #bdf52c, #37F52C);