#20ccdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
32, 204, 223
HSL
186°, 75%, 50%
CMYK
86, 9, 0, 13
Luminance
0.4882
Every format
| HEX | #20ccdf |
| RGB | rgb(32, 204, 223) |
| HSL | hsl(186, 75%, 50%) |
| CMYK | cmyk(86%, 9%, 0%, 13%) |
| LAB | lab(75.3 -33.6 -21.0) |
| LCH | lch(75.3 39.6 212.0) |
| OKLCH | oklch(0.774 0.128 207.1) |
Copy-ready code
/* CSS */
color: #20ccdf;
background-color: #20ccdf;
/* Tailwind (arbitrary) */
class="text-[#20ccdf] bg-[#20ccdf]"
/* SCSS */
$brand: #20ccdf;
/* SwiftUI */
Color(red: 0.125, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#20ccdf")Accessibility — WCAG contrast
Aa
#20ccdf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20ccdf on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green80.0%
Blue87.5%
CMYK percentages
Cyan85.7%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#20ccdf text on a black background
contrast 10.76:1
Card sample
#20ccdf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20ccdf;
Background color
Panel with #20ccdf background
background-color: #20ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20ccdf; background: linear-gradient(135deg, #20ccdf, #204DDF);