#16cfb7
a dark, electric cyan · cool · closest name: turquoise
RGB
22, 207, 183
HSL
172°, 81%, 45%
CMYK
89, 0, 12, 19
Luminance
0.4822
Every format
| HEX | #16cfb7 |
| RGB | rgb(22, 207, 183) |
| HSL | hsl(172, 81%, 45%) |
| CMYK | cmyk(89%, 0%, 12%, 19%) |
| LAB | lab(75.0 -47.2 0.0) |
| LCH | lch(75.0 47.2 180.0) |
| OKLCH | oklch(0.767 0.136 180.3) |
Copy-ready code
/* CSS */
color: #16cfb7;
background-color: #16cfb7;
/* Tailwind (arbitrary) */
class="text-[#16cfb7] bg-[#16cfb7]"
/* SCSS */
$brand: #16cfb7;
/* SwiftUI */
Color(red: 0.086, green: 0.812, blue: 0.718)
/* Android */
Color.parseColor("#16cfb7")Accessibility — WCAG contrast
Aa
#16cfb7 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16cfb7 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green81.2%
Blue71.8%
CMYK percentages
Cyan89.4%
Magenta0.0%
Yellow11.6%
Key (black)18.8%
Color previews
#16cfb7 text on a black background
contrast 10.64:1
Card sample
#16cfb7 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16cfb7;
Background color
Panel with #16cfb7 background
background-color: #16cfb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16cfb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 207, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 207, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16cfb7; background: linear-gradient(135deg, #16cfb7, #166CCF);