#46bd3f
a balanced, vivid green · cool · closest name: forestgreen
RGB
70, 189, 63
HSL
117°, 50%, 49%
CMYK
63, 0, 67, 26
Luminance
0.3806
Every format
| HEX | #46bd3f |
| RGB | rgb(70, 189, 63) |
| HSL | hsl(117, 50%, 49%) |
| CMYK | cmyk(63%, 0%, 67%, 26%) |
| LAB | lab(68.1 -57.1 52.0) |
| LCH | lch(68.1 77.3 137.7) |
| OKLCH | oklch(0.706 0.196 142.3) |
Copy-ready code
/* CSS */
color: #46bd3f;
background-color: #46bd3f;
/* Tailwind (arbitrary) */
class="text-[#46bd3f] bg-[#46bd3f]"
/* SCSS */
$brand: #46bd3f;
/* SwiftUI */
Color(red: 0.275, green: 0.741, blue: 0.247)
/* Android */
Color.parseColor("#46bd3f")Accessibility — WCAG contrast
Aa
#46bd3f on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46bd3f on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green74.1%
Blue24.7%
CMYK percentages
Cyan63.0%
Magenta0.0%
Yellow66.7%
Key (black)25.9%
Color previews
#46bd3f text on a black background
contrast 8.61:1
Card sample
#46bd3f text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46bd3f;
Background color
Panel with #46bd3f background
background-color: #46bd3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46bd3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 189, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 189, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46bd3f; background: linear-gradient(135deg, #46bd3f, #3FBD8C);