#16feaf
a balanced, electric green · cool · closest name: aquamarine
RGB
22, 254, 175
HSL
160°, 99%, 54%
CMYK
91, 0, 31, 0
Luminance
0.7415
Every format
| HEX | #16feaf |
| RGB | rgb(22, 254, 175) |
| HSL | hsl(160, 99%, 54%) |
| CMYK | cmyk(91%, 0%, 31%, 0%) |
| LAB | lab(89.0 -67.2 24.1) |
| LCH | lch(89.0 71.4 160.3) |
| OKLCH | oklch(0.882 0.193 161.5) |
Copy-ready code
/* CSS */
color: #16feaf;
background-color: #16feaf;
/* Tailwind (arbitrary) */
class="text-[#16feaf] bg-[#16feaf]"
/* SCSS */
$brand: #16feaf;
/* SwiftUI */
Color(red: 0.086, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#16feaf")Accessibility — WCAG contrast
Aa
#16feaf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16feaf on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green99.6%
Blue68.6%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#16feaf text on a black background
contrast 15.83:1
Card sample
#16feaf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16feaf;
Background color
Panel with #16feaf background
background-color: #16feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16feaf; background: linear-gradient(135deg, #16feaf, #16B2FE);