#46bd4f
a balanced, vivid green · cool · closest name: forestgreen
RGB
70, 189, 79
HSL
125°, 47%, 51%
CMYK
63, 0, 58, 26
Luminance
0.3826
Every format
| HEX | #46bd4f |
| RGB | rgb(70, 189, 79) |
| HSL | hsl(125, 47%, 51%) |
| CMYK | cmyk(63%, 0%, 58%, 26%) |
| LAB | lab(68.2 -55.4 45.2) |
| LCH | lch(68.2 71.5 140.8) |
| OKLCH | oklch(0.708 0.184 144.5) |
Copy-ready code
/* CSS */
color: #46bd4f;
background-color: #46bd4f;
/* Tailwind (arbitrary) */
class="text-[#46bd4f] bg-[#46bd4f]"
/* SCSS */
$brand: #46bd4f;
/* SwiftUI */
Color(red: 0.275, green: 0.741, blue: 0.310)
/* Android */
Color.parseColor("#46bd4f")Accessibility — WCAG contrast
Aa
#46bd4f on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46bd4f on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green74.1%
Blue31.0%
CMYK percentages
Cyan63.0%
Magenta0.0%
Yellow58.2%
Key (black)25.9%
Color previews
#46bd4f text on a black background
contrast 8.65:1
Card sample
#46bd4f text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46bd4f;
Background color
Panel with #46bd4f background
background-color: #46bd4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46bd4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 189, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 189, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46bd4f; background: linear-gradient(135deg, #46bd4f, #46BD9E);