#20afdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
32, 175, 223
HSL
195°, 75%, 50%
CMYK
86, 22, 0, 13
Luminance
0.3629
Every format
| HEX | #20afdf |
| RGB | rgb(32, 175, 223) |
| HSL | hsl(195, 75%, 50%) |
| CMYK | cmyk(86%, 22%, 0%, 13%) |
| LAB | lab(66.7 -19.1 -34.2) |
| LCH | lch(66.7 39.2 240.8) |
| OKLCH | oklch(0.705 0.131 227.5) |
Copy-ready code
/* CSS */
color: #20afdf;
background-color: #20afdf;
/* Tailwind (arbitrary) */
class="text-[#20afdf] bg-[#20afdf]"
/* SCSS */
$brand: #20afdf;
/* SwiftUI */
Color(red: 0.125, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#20afdf")Accessibility — WCAG contrast
Aa
#20afdf on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20afdf on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green68.6%
Blue87.5%
CMYK percentages
Cyan85.7%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#20afdf text on a black background
contrast 8.26:1
Card sample
#20afdf text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20afdf;
Background color
Panel with #20afdf background
background-color: #20afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20afdf; background: linear-gradient(135deg, #20afdf, #2030DF);