#70ffcc
a light, electric green · cool · closest name: aquamarine
RGB
112, 255, 204
HSL
159°, 100%, 72%
CMYK
56, 0, 20, 0
Luminance
0.7932
Every format
| HEX | #70ffcc |
| RGB | rgb(112, 255, 204) |
| HSL | hsl(159, 100%, 72%) |
| CMYK | cmyk(56%, 0%, 20%, 0%) |
| LAB | lab(91.4 -50.4 12.8) |
| LCH | lch(91.4 52.0 165.7) |
| OKLCH | oklch(0.908 0.144 166.8) |
Copy-ready code
/* CSS */
color: #70ffcc;
background-color: #70ffcc;
/* Tailwind (arbitrary) */
class="text-[#70ffcc] bg-[#70ffcc]"
/* SCSS */
$brand: #70ffcc;
/* SwiftUI */
Color(red: 0.439, green: 1.000, blue: 0.800)
/* Android */
Color.parseColor("#70ffcc")Accessibility — WCAG contrast
Aa
#70ffcc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70ffcc on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green100.0%
Blue80.0%
CMYK percentages
Cyan56.1%
Magenta0.0%
Yellow20.0%
Key (black)0.0%
Color previews
#70ffcc text on a black background
contrast 16.86:1
Card sample
#70ffcc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70ffcc;
Background color
Panel with #70ffcc background
background-color: #70ffcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70ffcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 255, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 255, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70ffcc; background: linear-gradient(135deg, #70ffcc, #70D3FF);