#70fdad
a light, electric green · cool · closest name: aquamarine
RGB
112, 253, 173
HSL
146°, 97%, 72%
CMYK
56, 0, 32, 1
Luminance
0.7671
Every format
| HEX | #70fdad |
| RGB | rgb(112, 253, 173) |
| HSL | hsl(146, 97%, 72%) |
| CMYK | cmyk(56%, 0%, 32%, 1%) |
| LAB | lab(90.2 -55.8 27.0) |
| LCH | lch(90.2 62.0 154.2) |
| OKLCH | oklch(0.896 0.167 155.8) |
Copy-ready code
/* CSS */
color: #70fdad;
background-color: #70fdad;
/* Tailwind (arbitrary) */
class="text-[#70fdad] bg-[#70fdad]"
/* SCSS */
$brand: #70fdad;
/* SwiftUI */
Color(red: 0.439, green: 0.992, blue: 0.678)
/* Android */
Color.parseColor("#70fdad")Accessibility — WCAG contrast
Aa
#70fdad on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70fdad on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green99.2%
Blue67.8%
CMYK percentages
Cyan55.7%
Magenta0.0%
Yellow31.6%
Key (black)0.8%
Color previews
#70fdad text on a black background
contrast 16.34:1
Card sample
#70fdad text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70fdad;
Background color
Panel with #70fdad background
background-color: #70fdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70fdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 253, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 253, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70fdad; background: linear-gradient(135deg, #70fdad, #70EFFD);