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