#16cd8f
a dark, electric green · cool · closest name: aquamarine
RGB
22, 205, 143
HSL
160°, 81%, 45%
CMYK
89, 0, 30, 20
Luminance
0.4582
Every format
| HEX | #16cd8f |
| RGB | rgb(22, 205, 143) |
| HSL | hsl(160, 81%, 45%) |
| CMYK | cmyk(89%, 0%, 30%, 20%) |
| LAB | lab(73.4 -56.3 19.3) |
| LCH | lch(73.4 59.5 161.1) |
| OKLCH | oklch(0.751 0.161 162.3) |
Copy-ready code
/* CSS */
color: #16cd8f;
background-color: #16cd8f;
/* Tailwind (arbitrary) */
class="text-[#16cd8f] bg-[#16cd8f]"
/* SCSS */
$brand: #16cd8f;
/* SwiftUI */
Color(red: 0.086, green: 0.804, blue: 0.561)
/* Android */
Color.parseColor("#16cd8f")Accessibility — WCAG contrast
Aa
#16cd8f on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16cd8f on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green80.4%
Blue56.1%
CMYK percentages
Cyan89.3%
Magenta0.0%
Yellow30.2%
Key (black)19.6%
Color previews
#16cd8f text on a black background
contrast 10.16:1
Card sample
#16cd8f text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16cd8f;
Background color
Panel with #16cd8f background
background-color: #16cd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16cd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 205, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 205, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16cd8f; background: linear-gradient(135deg, #16cd8f, #1691CD);