#bdf93c
a balanced, electric green · cool · closest name: yellow
RGB
189, 249, 60
HSL
79°, 94%, 61%
CMYK
24, 0, 76, 2
Luminance
0.7890
Every format
| HEX | #bdf93c |
| RGB | rgb(189, 249, 60) |
| HSL | hsl(79, 94%, 61%) |
| CMYK | cmyk(24%, 0%, 76%, 2%) |
| LAB | lab(91.2 -43.6 78.0) |
| LCH | lch(91.2 89.4 119.2) |
| OKLCH | oklch(0.909 0.214 126.3) |
Copy-ready code
/* CSS */
color: #bdf93c;
background-color: #bdf93c;
/* Tailwind (arbitrary) */
class="text-[#bdf93c] bg-[#bdf93c]"
/* SCSS */
$brand: #bdf93c;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.235)
/* Android */
Color.parseColor("#bdf93c")Accessibility — WCAG contrast
Aa
#bdf93c on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf93c on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue23.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow75.9%
Key (black)2.4%
Color previews
#bdf93c text on a black background
contrast 16.78:1
Card sample
#bdf93c text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf93c;
Background color
Panel with #bdf93c background
background-color: #bdf93c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf93c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf93c; background: linear-gradient(135deg, #bdf93c, #3FF93C);