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