#20fdce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
32, 253, 206
HSL
167°, 98%, 56%
CMYK
87, 0, 19, 1
Luminance
0.7501
Every format
| HEX | #20fdce |
| RGB | rgb(32, 253, 206) |
| HSL | hsl(167, 98%, 56%) |
| CMYK | cmyk(87%, 0%, 19%, 1%) |
| LAB | lab(89.4 -59.3 8.8) |
| LCH | lch(89.4 60.0 171.6) |
| OKLCH | oklch(0.887 0.168 172.4) |
Copy-ready code
/* CSS */
color: #20fdce;
background-color: #20fdce;
/* Tailwind (arbitrary) */
class="text-[#20fdce] bg-[#20fdce]"
/* SCSS */
$brand: #20fdce;
/* SwiftUI */
Color(red: 0.125, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#20fdce")Accessibility — WCAG contrast
Aa
#20fdce on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20fdce on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green99.2%
Blue80.8%
CMYK percentages
Cyan87.4%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#20fdce text on a black background
contrast 16.00:1
Card sample
#20fdce text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20fdce;
Background color
Panel with #20fdce background
background-color: #20fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20fdce; background: linear-gradient(135deg, #20fdce, #2099FD);