#46fd4f
a balanced, electric green · cool · closest name: lime
RGB
70, 253, 79
HSL
123°, 98%, 63%
CMYK
72, 0, 69, 1
Luminance
0.7212
Every format
| HEX | #46fd4f |
| RGB | rgb(70, 253, 79) |
| HSL | hsl(123, 98%, 63%) |
| CMYK | cmyk(72%, 0%, 69%, 1%) |
| LAB | lab(88.0 -76.6 67.1) |
| LCH | lch(88.0 101.9 138.8) |
| OKLCH | oklch(0.872 0.258 143.5) |
Copy-ready code
/* CSS */
color: #46fd4f;
background-color: #46fd4f;
/* Tailwind (arbitrary) */
class="text-[#46fd4f] bg-[#46fd4f]"
/* SCSS */
$brand: #46fd4f;
/* SwiftUI */
Color(red: 0.275, green: 0.992, blue: 0.310)
/* Android */
Color.parseColor("#46fd4f")Accessibility — WCAG contrast
Aa
#46fd4f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46fd4f on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green99.2%
Blue31.0%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow68.8%
Key (black)0.8%
Color previews
#46fd4f text on a black background
contrast 15.42:1
Card sample
#46fd4f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46fd4f;
Background color
Panel with #46fd4f background
background-color: #46fd4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46fd4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 253, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 253, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46fd4f; background: linear-gradient(135deg, #46fd4f, #46FDC9);