#16cffc
a balanced, electric cyan · cool · closest name: skyblue
RGB
22, 207, 252
HSL
192°, 98%, 54%
CMYK
91, 18, 0, 1
Luminance
0.5182
Every format
| HEX | #16cffc |
| RGB | rgb(22, 207, 252) |
| HSL | hsl(192, 98%, 54%) |
| CMYK | cmyk(91%, 18%, 0%, 1%) |
| LAB | lab(77.2 -26.3 -33.7) |
| LCH | lch(77.2 42.8 232.1) |
| OKLCH | oklch(0.792 0.143 221.4) |
Copy-ready code
/* CSS */
color: #16cffc;
background-color: #16cffc;
/* Tailwind (arbitrary) */
class="text-[#16cffc] bg-[#16cffc]"
/* SCSS */
$brand: #16cffc;
/* SwiftUI */
Color(red: 0.086, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#16cffc")Accessibility — WCAG contrast
Aa
#16cffc on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16cffc on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green81.2%
Blue98.8%
CMYK percentages
Cyan91.3%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#16cffc text on a black background
contrast 11.36:1
Card sample
#16cffc text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16cffc;
Background color
Panel with #16cffc background
background-color: #16cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16cffc; background: linear-gradient(135deg, #16cffc, #1636FC);