#46cd57
a balanced, vivid green · cool · closest name: forestgreen
RGB
70, 205, 87
HSL
128°, 57%, 54%
CMYK
66, 0, 58, 20
Luminance
0.4565
Every format
| HEX | #46cd57 |
| RGB | rgb(70, 205, 87) |
| HSL | hsl(128, 57%, 54%) |
| CMYK | cmyk(66%, 0%, 58%, 20%) |
| LAB | lab(73.3 -60.1 47.5) |
| LCH | lch(73.3 76.6 141.7) |
| OKLCH | oklch(0.750 0.198 145.3) |
Copy-ready code
/* CSS */
color: #46cd57;
background-color: #46cd57;
/* Tailwind (arbitrary) */
class="text-[#46cd57] bg-[#46cd57]"
/* SCSS */
$brand: #46cd57;
/* SwiftUI */
Color(red: 0.275, green: 0.804, blue: 0.341)
/* Android */
Color.parseColor("#46cd57")Accessibility — WCAG contrast
Aa
#46cd57 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46cd57 on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green80.4%
Blue34.1%
CMYK percentages
Cyan65.9%
Magenta0.0%
Yellow57.6%
Key (black)19.6%
Color previews
#46cd57 text on a black background
contrast 10.13:1
Card sample
#46cd57 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46cd57;
Background color
Panel with #46cd57 background
background-color: #46cd57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46cd57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 205, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 205, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46cd57; background: linear-gradient(135deg, #46cd57, #46CDB1);