#16fcfd
a balanced, electric cyan · cool · “cyan”
RGB
22, 252, 253
HSL
180°, 98%, 54%
CMYK
91, 0, 0, 1
Luminance
0.7688
Every format
| HEX | #16fcfd |
| RGB | rgb(22, 252, 253) |
| HSL | hsl(180, 98%, 54%) |
| CMYK | cmyk(91%, 0%, 0%, 1%) |
| LAB | lab(90.3 -46.9 -14.3) |
| LCH | lch(90.3 49.0 197.0) |
| OKLCH | oklch(0.898 0.151 195.3) |
Copy-ready code
/* CSS */
color: #16fcfd;
background-color: #16fcfd;
/* Tailwind (arbitrary) */
class="text-[#16fcfd] bg-[#16fcfd]"
/* SCSS */
$brand: #16fcfd;
/* SwiftUI */
Color(red: 0.086, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#16fcfd")Accessibility — WCAG contrast
Aa
#16fcfd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16fcfd on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green98.8%
Blue99.2%
CMYK percentages
Cyan91.3%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#16fcfd text on a black background
contrast 16.38:1
Card sample
#16fcfd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16fcfd;
Background color
Panel with #16fcfd background
background-color: #16fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16fcfd; background: linear-gradient(135deg, #16fcfd, #1662FD);