#70ebaa
a light, electric green · cool · closest name: aquamarine
RGB
112, 235, 170
HSL
148°, 76%, 68%
CMYK
52, 0, 28, 8
Luminance
0.6576
Every format
| HEX | #70ebaa |
| RGB | rgb(112, 235, 170) |
| HSL | hsl(148, 76%, 68%) |
| CMYK | cmyk(52%, 0%, 28%, 8%) |
| LAB | lab(84.9 -49.1 21.3) |
| LCH | lch(84.9 53.5 156.6) |
| OKLCH | oklch(0.852 0.145 158.1) |
Copy-ready code
/* CSS */
color: #70ebaa;
background-color: #70ebaa;
/* Tailwind (arbitrary) */
class="text-[#70ebaa] bg-[#70ebaa]"
/* SCSS */
$brand: #70ebaa;
/* SwiftUI */
Color(red: 0.439, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#70ebaa")Accessibility — WCAG contrast
Aa
#70ebaa on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70ebaa on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green92.2%
Blue66.7%
CMYK percentages
Cyan52.3%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#70ebaa text on a black background
contrast 14.15:1
Card sample
#70ebaa text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70ebaa;
Background color
Panel with #70ebaa background
background-color: #70ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70ebaa; background: linear-gradient(135deg, #70ebaa, #70DAEB);