#20f4df
a balanced, electric cyan · cool · closest name: turquoise
RGB
32, 244, 223
HSL
174°, 91%, 54%
CMYK
87, 0, 9, 4
Luminance
0.7034
Every format
| HEX | #20f4df |
| RGB | rgb(32, 244, 223) |
| HSL | hsl(174, 91%, 54%) |
| CMYK | cmyk(87%, 0%, 9%, 4%) |
| LAB | lab(87.2 -51.4 -3.3) |
| LCH | lch(87.2 51.5 183.7) |
| OKLCH | oklch(0.871 0.151 183.7) |
Copy-ready code
/* CSS */
color: #20f4df;
background-color: #20f4df;
/* Tailwind (arbitrary) */
class="text-[#20f4df] bg-[#20f4df]"
/* SCSS */
$brand: #20f4df;
/* SwiftUI */
Color(red: 0.125, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#20f4df")Accessibility — WCAG contrast
Aa
#20f4df on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20f4df on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green95.7%
Blue87.5%
CMYK percentages
Cyan86.9%
Magenta0.0%
Yellow8.6%
Key (black)4.3%
Color previews
#20f4df text on a black background
contrast 15.07:1
Card sample
#20f4df text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20f4df;
Background color
Panel with #20f4df background
background-color: #20f4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20f4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20f4df; background: linear-gradient(135deg, #20f4df, #207BF4);