#16adcf
a dark, electric cyan · cool · closest name: skyblue
RGB
22, 173, 207
HSL
191°, 81%, 45%
CMYK
89, 16, 0, 19
Luminance
0.3456
Every format
| HEX | #16adcf |
| RGB | rgb(22, 173, 207) |
| HSL | hsl(191, 81%, 45%) |
| CMYK | cmyk(89%, 16%, 0%, 19%) |
| LAB | lab(65.4 -24.1 -27.4) |
| LCH | lch(65.4 36.5 228.7) |
| OKLCH | oklch(0.692 0.122 219.1) |
Copy-ready code
/* CSS */
color: #16adcf;
background-color: #16adcf;
/* Tailwind (arbitrary) */
class="text-[#16adcf] bg-[#16adcf]"
/* SCSS */
$brand: #16adcf;
/* SwiftUI */
Color(red: 0.086, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#16adcf")Accessibility — WCAG contrast
Aa
#16adcf on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16adcf on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green67.8%
Blue81.2%
CMYK percentages
Cyan89.4%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#16adcf text on a black background
contrast 7.91:1
Card sample
#16adcf text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16adcf;
Background color
Panel with #16adcf background
background-color: #16adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16adcf; background: linear-gradient(135deg, #16adcf, #1632CF);