#20eed6
a balanced, electric cyan · cool · closest name: turquoise
RGB
32, 238, 214
HSL
173°, 86%, 53%
CMYK
87, 0, 10, 7
Luminance
0.6631
Every format
| HEX | #20eed6 |
| RGB | rgb(32, 238, 214) |
| HSL | hsl(173, 86%, 53%) |
| CMYK | cmyk(87%, 0%, 10%, 7%) |
| LAB | lab(85.2 -51.3 -1.5) |
| LCH | lch(85.2 51.3 181.7) |
| OKLCH | oklch(0.853 0.149 181.9) |
Copy-ready code
/* CSS */
color: #20eed6;
background-color: #20eed6;
/* Tailwind (arbitrary) */
class="text-[#20eed6] bg-[#20eed6]"
/* SCSS */
$brand: #20eed6;
/* SwiftUI */
Color(red: 0.125, green: 0.933, blue: 0.839)
/* Android */
Color.parseColor("#20eed6")Accessibility — WCAG contrast
Aa
#20eed6 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20eed6 on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green93.3%
Blue83.9%
CMYK percentages
Cyan86.6%
Magenta0.0%
Yellow10.1%
Key (black)6.7%
Color previews
#20eed6 text on a black background
contrast 14.26:1
Card sample
#20eed6 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20eed6;
Background color
Panel with #20eed6 background
background-color: #20eed6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20eed6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 238, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 238, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20eed6; background: linear-gradient(135deg, #20eed6, #207DEE);