#16fccc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
22, 252, 204
HSL
168°, 98%, 54%
CMYK
91, 0, 19, 1
Luminance
0.7415
Every format
| HEX | #16fccc |
| RGB | rgb(22, 252, 204) |
| HSL | hsl(168, 98%, 54%) |
| CMYK | cmyk(91%, 0%, 19%, 1%) |
| LAB | lab(89.0 -59.9 9.2) |
| LCH | lch(89.0 60.6 171.2) |
| OKLCH | oklch(0.884 0.169 172.0) |
Copy-ready code
/* CSS */
color: #16fccc;
background-color: #16fccc;
/* Tailwind (arbitrary) */
class="text-[#16fccc] bg-[#16fccc]"
/* SCSS */
$brand: #16fccc;
/* SwiftUI */
Color(red: 0.086, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#16fccc")Accessibility — WCAG contrast
Aa
#16fccc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16fccc on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green98.8%
Blue80.0%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#16fccc text on a black background
contrast 15.83:1
Card sample
#16fccc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16fccc;
Background color
Panel with #16fccc background
background-color: #16fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16fccc; background: linear-gradient(135deg, #16fccc, #1693FC);