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