#70f5da
a light, electric cyan · cool · closest name: aquamarine
RGB
112, 245, 218
HSL
168°, 87%, 70%
CMYK
54, 0, 11, 4
Luminance
0.7381
Every format
| HEX | #70f5da |
| RGB | rgb(112, 245, 218) |
| HSL | hsl(168, 87%, 70%) |
| CMYK | cmyk(54%, 0%, 11%, 4%) |
| LAB | lab(88.8 -43.0 1.9) |
| LCH | lch(88.8 43.0 177.4) |
| OKLCH | oklch(0.888 0.124 178.0) |
Copy-ready code
/* CSS */
color: #70f5da;
background-color: #70f5da;
/* Tailwind (arbitrary) */
class="text-[#70f5da] bg-[#70f5da]"
/* SCSS */
$brand: #70f5da;
/* SwiftUI */
Color(red: 0.439, green: 0.961, blue: 0.855)
/* Android */
Color.parseColor("#70f5da")Accessibility — WCAG contrast
Aa
#70f5da on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70f5da on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green96.1%
Blue85.5%
CMYK percentages
Cyan54.3%
Magenta0.0%
Yellow11.0%
Key (black)3.9%
Color previews
#70f5da text on a black background
contrast 15.76:1
Card sample
#70f5da text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70f5da;
Background color
Panel with #70f5da background
background-color: #70f5da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70f5da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 245, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 245, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70f5da; background: linear-gradient(135deg, #70f5da, #70B7F5);