#46db4f
a balanced, vivid green · cool · closest name: forestgreen
RGB
70, 219, 79
HSL
124°, 67%, 57%
CMYK
68, 0, 64, 14
Luminance
0.5253
Every format
| HEX | #46db4f |
| RGB | rgb(70, 219, 79) |
| HSL | hsl(124, 67%, 57%) |
| CMYK | cmyk(68%, 0%, 64%, 14%) |
| LAB | lab(77.6 -65.8 55.9) |
| LCH | lch(77.6 86.3 139.7) |
| OKLCH | oklch(0.785 0.220 144.0) |
Copy-ready code
/* CSS */
color: #46db4f;
background-color: #46db4f;
/* Tailwind (arbitrary) */
class="text-[#46db4f] bg-[#46db4f]"
/* SCSS */
$brand: #46db4f;
/* SwiftUI */
Color(red: 0.275, green: 0.859, blue: 0.310)
/* Android */
Color.parseColor("#46db4f")Accessibility — WCAG contrast
Aa
#46db4f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46db4f on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green85.9%
Blue31.0%
CMYK percentages
Cyan68.0%
Magenta0.0%
Yellow63.9%
Key (black)14.1%
Color previews
#46db4f text on a black background
contrast 11.51:1
Card sample
#46db4f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46db4f;
Background color
Panel with #46db4f background
background-color: #46db4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46db4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 219, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 219, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46db4f; background: linear-gradient(135deg, #46db4f, #46DBB2);