#46b43a
a balanced, vivid green · cool · closest name: forestgreen
RGB
70, 180, 58
HSL
114°, 51%, 47%
CMYK
61, 0, 68, 29
Luminance
0.3425
Every format
| HEX | #46b43a |
| RGB | rgb(70, 180, 58) |
| HSL | hsl(114, 51%, 47%) |
| CMYK | cmyk(61%, 0%, 68%, 29%) |
| LAB | lab(65.2 -54.4 51.0) |
| LCH | lch(65.2 74.5 136.8) |
| OKLCH | oklch(0.682 0.189 141.7) |
Copy-ready code
/* CSS */
color: #46b43a;
background-color: #46b43a;
/* Tailwind (arbitrary) */
class="text-[#46b43a] bg-[#46b43a]"
/* SCSS */
$brand: #46b43a;
/* SwiftUI */
Color(red: 0.275, green: 0.706, blue: 0.227)
/* Android */
Color.parseColor("#46b43a")Accessibility — WCAG contrast
Aa
#46b43a on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46b43a on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green70.6%
Blue22.7%
CMYK percentages
Cyan61.1%
Magenta0.0%
Yellow67.8%
Key (black)29.4%
Color previews
#46b43a text on a black background
contrast 7.85:1
Card sample
#46b43a text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46b43a;
Background color
Panel with #46b43a background
background-color: #46b43a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46b43a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 180, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 180, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46b43a; background: linear-gradient(135deg, #46b43a, #3AB47F);