#20eed1
a balanced, electric cyan · cool · closest name: turquoise
RGB
32, 238, 209
HSL
172°, 86%, 53%
CMYK
87, 0, 12, 7
Luminance
0.6606
Every format
| HEX | #20eed1 |
| RGB | rgb(32, 238, 209) |
| HSL | hsl(172, 86%, 53%) |
| CMYK | cmyk(87%, 0%, 12%, 7%) |
| LAB | lab(85.0 -52.6 0.9) |
| LCH | lch(85.0 52.6 179.0) |
| OKLCH | oklch(0.852 0.151 179.4) |
Copy-ready code
/* CSS */
color: #20eed1;
background-color: #20eed1;
/* Tailwind (arbitrary) */
class="text-[#20eed1] bg-[#20eed1]"
/* SCSS */
$brand: #20eed1;
/* SwiftUI */
Color(red: 0.125, green: 0.933, blue: 0.820)
/* Android */
Color.parseColor("#20eed1")Accessibility — WCAG contrast
Aa
#20eed1 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20eed1 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green93.3%
Blue82.0%
CMYK percentages
Cyan86.6%
Magenta0.0%
Yellow12.2%
Key (black)6.7%
Color previews
#20eed1 text on a black background
contrast 14.21:1
Card sample
#20eed1 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20eed1;
Background color
Panel with #20eed1 background
background-color: #20eed1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20eed1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 238, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 238, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20eed1; background: linear-gradient(135deg, #20eed1, #2081EE);