#20cfab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
32, 207, 171
HSL
168°, 73%, 47%
CMYK
85, 0, 17, 19
Luminance
0.4787
Every format
| HEX | #20cfab |
| RGB | rgb(32, 207, 171) |
| HSL | hsl(168, 73%, 47%) |
| CMYK | cmyk(85%, 0%, 17%, 19%) |
| LAB | lab(74.7 -49.7 6.2) |
| LCH | lch(74.7 50.1 172.9) |
| OKLCH | oklch(0.764 0.141 173.6) |
Copy-ready code
/* CSS */
color: #20cfab;
background-color: #20cfab;
/* Tailwind (arbitrary) */
class="text-[#20cfab] bg-[#20cfab]"
/* SCSS */
$brand: #20cfab;
/* SwiftUI */
Color(red: 0.125, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#20cfab")Accessibility — WCAG contrast
Aa
#20cfab on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20cfab on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green81.2%
Blue67.1%
CMYK percentages
Cyan84.5%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#20cfab text on a black background
contrast 10.57:1
Card sample
#20cfab text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20cfab;
Background color
Panel with #20cfab background
background-color: #20cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20cfab; background: linear-gradient(135deg, #20cfab, #207ECF);