#46c255
a balanced, vivid green · cool · closest name: forestgreen
RGB
70, 194, 85
HSL
127°, 50%, 52%
CMYK
64, 0, 56, 24
Luminance
0.4054
Every format
| HEX | #46c255 |
| RGB | rgb(70, 194, 85) |
| HSL | hsl(127, 50%, 52%) |
| CMYK | cmyk(64%, 0%, 56%, 24%) |
| LAB | lab(69.8 -56.4 44.3) |
| LCH | lch(69.8 71.8 141.9) |
| OKLCH | oklch(0.721 0.185 145.4) |
Copy-ready code
/* CSS */
color: #46c255;
background-color: #46c255;
/* Tailwind (arbitrary) */
class="text-[#46c255] bg-[#46c255]"
/* SCSS */
$brand: #46c255;
/* SwiftUI */
Color(red: 0.275, green: 0.761, blue: 0.333)
/* Android */
Color.parseColor("#46c255")Accessibility — WCAG contrast
Aa
#46c255 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46c255 on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green76.1%
Blue33.3%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow56.2%
Key (black)23.9%
Color previews
#46c255 text on a black background
contrast 9.11:1
Card sample
#46c255 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46c255;
Background color
Panel with #46c255 background
background-color: #46c255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46c255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 194, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 194, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46c255; background: linear-gradient(135deg, #46c255, #46C2A8);