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