#46fd9b
a balanced, electric green · cool · closest name: aquamarine
RGB
70, 253, 155
HSL
148°, 98%, 63%
CMYK
72, 0, 39, 1
Luminance
0.7392
Every format
| HEX | #46fd9b |
| RGB | rgb(70, 253, 155) |
| HSL | hsl(148, 98%, 63%) |
| CMYK | cmyk(72%, 0%, 39%, 1%) |
| LAB | lab(88.9 -66.6 34.1) |
| LCH | lch(88.9 74.8 152.9) |
| OKLCH | oklch(0.881 0.199 154.7) |
Copy-ready code
/* CSS */
color: #46fd9b;
background-color: #46fd9b;
/* Tailwind (arbitrary) */
class="text-[#46fd9b] bg-[#46fd9b]"
/* SCSS */
$brand: #46fd9b;
/* SwiftUI */
Color(red: 0.275, green: 0.992, blue: 0.608)
/* Android */
Color.parseColor("#46fd9b")Accessibility — WCAG contrast
Aa
#46fd9b on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46fd9b on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green99.2%
Blue60.8%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow38.7%
Key (black)0.8%
Color previews
#46fd9b text on a black background
contrast 15.78:1
Card sample
#46fd9b text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46fd9b;
Background color
Panel with #46fd9b background
background-color: #46fd9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46fd9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 253, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 253, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46fd9b; background: linear-gradient(135deg, #46fd9b, #46E5FD);