#16fdce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
22, 253, 206
HSL
168°, 98%, 54%
CMYK
91, 0, 19, 1
Luminance
0.7488
Every format
| HEX | #16fdce |
| RGB | rgb(22, 253, 206) |
| HSL | hsl(168, 98%, 54%) |
| CMYK | cmyk(91%, 0%, 19%, 1%) |
| LAB | lab(89.3 -59.8 8.7) |
| LCH | lch(89.3 60.4 171.7) |
| OKLCH | oklch(0.887 0.169 172.5) |
Copy-ready code
/* CSS */
color: #16fdce;
background-color: #16fdce;
/* Tailwind (arbitrary) */
class="text-[#16fdce] bg-[#16fdce]"
/* SCSS */
$brand: #16fdce;
/* SwiftUI */
Color(red: 0.086, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#16fdce")Accessibility — WCAG contrast
Aa
#16fdce on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16fdce on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green99.2%
Blue80.8%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#16fdce text on a black background
contrast 15.98:1
Card sample
#16fdce text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16fdce;
Background color
Panel with #16fdce background
background-color: #16fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16fdce; background: linear-gradient(135deg, #16fdce, #1692FD);