#70fcaf
a light, electric green · cool · closest name: aquamarine
RGB
112, 252, 175
HSL
147°, 96%, 71%
CMYK
56, 0, 31, 1
Luminance
0.7616
Every format
| HEX | #70fcaf |
| RGB | rgb(112, 252, 175) |
| HSL | hsl(147, 96%, 71%) |
| CMYK | cmyk(56%, 0%, 31%, 1%) |
| LAB | lab(89.9 -55.1 25.7) |
| LCH | lch(89.9 60.8 155.0) |
| OKLCH | oklch(0.894 0.164 156.6) |
Copy-ready code
/* CSS */
color: #70fcaf;
background-color: #70fcaf;
/* Tailwind (arbitrary) */
class="text-[#70fcaf] bg-[#70fcaf]"
/* SCSS */
$brand: #70fcaf;
/* SwiftUI */
Color(red: 0.439, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#70fcaf")Accessibility — WCAG contrast
Aa
#70fcaf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70fcaf on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green98.8%
Blue68.6%
CMYK percentages
Cyan55.6%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#70fcaf text on a black background
contrast 16.23:1
Card sample
#70fcaf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70fcaf;
Background color
Panel with #70fcaf background
background-color: #70fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70fcaf; background: linear-gradient(135deg, #70fcaf, #70ECFC);