#20cbba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
32, 203, 186
HSL
174°, 73%, 46%
CMYK
84, 0, 8, 20
Luminance
0.4656
Every format
| HEX | #20cbba |
| RGB | rgb(32, 203, 186) |
| HSL | hsl(174, 73%, 46%) |
| CMYK | cmyk(84%, 0%, 8%, 20%) |
| LAB | lab(73.9 -44.1 -3.1) |
| LCH | lch(73.9 44.2 184.0) |
| OKLCH | oklch(0.759 0.130 184.0) |
Copy-ready code
/* CSS */
color: #20cbba;
background-color: #20cbba;
/* Tailwind (arbitrary) */
class="text-[#20cbba] bg-[#20cbba]"
/* SCSS */
$brand: #20cbba;
/* SwiftUI */
Color(red: 0.125, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#20cbba")Accessibility — WCAG contrast
Aa
#20cbba on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20cbba on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green79.6%
Blue72.9%
CMYK percentages
Cyan84.2%
Magenta0.0%
Yellow8.4%
Key (black)20.4%
Color previews
#20cbba text on a black background
contrast 10.31:1
Card sample
#20cbba text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20cbba;
Background color
Panel with #20cbba background
background-color: #20cbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20cbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20cbba; background: linear-gradient(135deg, #20cbba, #206ACB);