#46bd5f
a balanced, vivid green · cool · closest name: forestgreen
RGB
70, 189, 95
HSL
133°, 47%, 51%
CMYK
63, 0, 50, 26
Luminance
0.3852
Every format
| HEX | #46bd5f |
| RGB | rgb(70, 189, 95) |
| HSL | hsl(133, 47%, 51%) |
| CMYK | cmyk(63%, 0%, 50%, 26%) |
| LAB | lab(68.4 -53.2 37.7) |
| LCH | lch(68.4 65.2 144.7) |
| OKLCH | oklch(0.710 0.170 147.5) |
Copy-ready code
/* CSS */
color: #46bd5f;
background-color: #46bd5f;
/* Tailwind (arbitrary) */
class="text-[#46bd5f] bg-[#46bd5f]"
/* SCSS */
$brand: #46bd5f;
/* SwiftUI */
Color(red: 0.275, green: 0.741, blue: 0.373)
/* Android */
Color.parseColor("#46bd5f")Accessibility — WCAG contrast
Aa
#46bd5f on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46bd5f on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green74.1%
Blue37.3%
CMYK percentages
Cyan63.0%
Magenta0.0%
Yellow49.7%
Key (black)25.9%
Color previews
#46bd5f text on a black background
contrast 8.70:1
Card sample
#46bd5f text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46bd5f;
Background color
Panel with #46bd5f background
background-color: #46bd5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46bd5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 189, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 189, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46bd5f; background: linear-gradient(135deg, #46bd5f, #46BDAE);