#20cfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
32, 207, 186
HSL
173°, 73%, 47%
CMYK
85, 0, 10, 19
Luminance
0.4848
Every format
| HEX | #20cfba |
| RGB | rgb(32, 207, 186) |
| HSL | hsl(173, 73%, 47%) |
| CMYK | cmyk(85%, 0%, 10%, 19%) |
| LAB | lab(75.1 -45.8 -1.3) |
| LCH | lch(75.1 45.8 181.7) |
| OKLCH | oklch(0.769 0.133 181.9) |
Copy-ready code
/* CSS */
color: #20cfba;
background-color: #20cfba;
/* Tailwind (arbitrary) */
class="text-[#20cfba] bg-[#20cfba]"
/* SCSS */
$brand: #20cfba;
/* SwiftUI */
Color(red: 0.125, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#20cfba")Accessibility — WCAG contrast
Aa
#20cfba on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20cfba on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green81.2%
Blue72.9%
CMYK percentages
Cyan84.5%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#20cfba text on a black background
contrast 10.70:1
Card sample
#20cfba text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20cfba;
Background color
Panel with #20cfba background
background-color: #20cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20cfba; background: linear-gradient(135deg, #20cfba, #206FCF);