#befd49
a balanced, electric green · cool · closest name: yellow
RGB
190, 253, 73
HSL
81°, 98%, 64%
CMYK
25, 0, 71, 1
Luminance
0.8168
Every format
| HEX | #befd49 |
| RGB | rgb(190, 253, 73) |
| HSL | hsl(81, 98%, 64%) |
| CMYK | cmyk(25%, 0%, 71%, 1%) |
| LAB | lab(92.4 -44.4 75.1) |
| LCH | lch(92.4 87.2 120.6) |
| OKLCH | oklch(0.920 0.211 127.2) |
Copy-ready code
/* CSS */
color: #befd49;
background-color: #befd49;
/* Tailwind (arbitrary) */
class="text-[#befd49] bg-[#befd49]"
/* SCSS */
$brand: #befd49;
/* SwiftUI */
Color(red: 0.745, green: 0.992, blue: 0.286)
/* Android */
Color.parseColor("#befd49")Accessibility — WCAG contrast
Aa
#befd49 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befd49 on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green99.2%
Blue28.6%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow71.1%
Key (black)0.8%
Color previews
#befd49 text on a black background
contrast 17.34:1
Card sample
#befd49 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befd49;
Background color
Panel with #befd49 background
background-color: #befd49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befd49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 253, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 253, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befd49; background: linear-gradient(135deg, #befd49, #49FD4C);