#20f4cf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
32, 244, 207
HSL
170°, 91%, 54%
CMYK
87, 0, 15, 4
Luminance
0.6951
Every format
| HEX | #20f4cf |
| RGB | rgb(32, 244, 207) |
| HSL | hsl(170, 91%, 54%) |
| CMYK | cmyk(87%, 0%, 15%, 4%) |
| LAB | lab(86.8 -55.5 4.5) |
| LCH | lch(86.8 55.7 175.4) |
| OKLCH | oklch(0.866 0.158 176.0) |
Copy-ready code
/* CSS */
color: #20f4cf;
background-color: #20f4cf;
/* Tailwind (arbitrary) */
class="text-[#20f4cf] bg-[#20f4cf]"
/* SCSS */
$brand: #20f4cf;
/* SwiftUI */
Color(red: 0.125, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#20f4cf")Accessibility — WCAG contrast
Aa
#20f4cf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20f4cf on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green95.7%
Blue81.2%
CMYK percentages
Cyan86.9%
Magenta0.0%
Yellow15.2%
Key (black)4.3%
Color previews
#20f4cf text on a black background
contrast 14.90:1
Card sample
#20f4cf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20f4cf;
Background color
Panel with #20f4cf background
background-color: #20f4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20f4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20f4cf; background: linear-gradient(135deg, #20f4cf, #208CF4);