#70fccc
a light, electric green · cool · closest name: aquamarine
RGB
112, 252, 204
HSL
159°, 96%, 71%
CMYK
56, 0, 19, 1
Luminance
0.7743
Every format
| HEX | #70fccc |
| RGB | rgb(112, 252, 204) |
| HSL | hsl(159, 96%, 71%) |
| CMYK | cmyk(56%, 0%, 19%, 1%) |
| LAB | lab(90.5 -49.2 11.6) |
| LCH | lch(90.5 50.5 166.7) |
| OKLCH | oklch(0.901 0.141 167.8) |
Copy-ready code
/* CSS */
color: #70fccc;
background-color: #70fccc;
/* Tailwind (arbitrary) */
class="text-[#70fccc] bg-[#70fccc]"
/* SCSS */
$brand: #70fccc;
/* SwiftUI */
Color(red: 0.439, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#70fccc")Accessibility — WCAG contrast
Aa
#70fccc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70fccc on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green98.8%
Blue80.0%
CMYK percentages
Cyan55.6%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#70fccc text on a black background
contrast 16.49:1
Card sample
#70fccc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70fccc;
Background color
Panel with #70fccc background
background-color: #70fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70fccc; background: linear-gradient(135deg, #70fccc, #70CFFC);