#46feba
a balanced, electric green · cool · closest name: aquamarine
RGB
70, 254, 186
HSL
158°, 99%, 64%
CMYK
72, 0, 27, 0
Luminance
0.7573
Every format
| HEX | #46feba |
| RGB | rgb(70, 254, 186) |
| HSL | hsl(158, 99%, 64%) |
| CMYK | cmyk(72%, 0%, 27%, 0%) |
| LAB | lab(89.7 -60.8 19.6) |
| LCH | lch(89.7 63.9 162.1) |
| OKLCH | oklch(0.890 0.174 163.3) |
Copy-ready code
/* CSS */
color: #46feba;
background-color: #46feba;
/* Tailwind (arbitrary) */
class="text-[#46feba] bg-[#46feba]"
/* SCSS */
$brand: #46feba;
/* SwiftUI */
Color(red: 0.275, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#46feba")Accessibility — WCAG contrast
Aa
#46feba on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46feba on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green99.6%
Blue72.9%
CMYK percentages
Cyan72.4%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#46feba text on a black background
contrast 16.15:1
Card sample
#46feba text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46feba;
Background color
Panel with #46feba background
background-color: #46feba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46feba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46feba; background: linear-gradient(135deg, #46feba, #46C7FE);