#20ccee
a balanced, electric cyan · cool · closest name: skyblue
RGB
32, 204, 238
HSL
190°, 86%, 53%
CMYK
87, 14, 0, 7
Luminance
0.4967
Every format
| HEX | #20ccee |
| RGB | rgb(32, 204, 238) |
| HSL | hsl(190, 86%, 53%) |
| CMYK | cmyk(87%, 14%, 0%, 7%) |
| LAB | lab(75.9 -28.9 -28.3) |
| LCH | lch(75.9 40.4 224.4) |
| OKLCH | oklch(0.780 0.134 216.1) |
Copy-ready code
/* CSS */
color: #20ccee;
background-color: #20ccee;
/* Tailwind (arbitrary) */
class="text-[#20ccee] bg-[#20ccee]"
/* SCSS */
$brand: #20ccee;
/* SwiftUI */
Color(red: 0.125, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#20ccee")Accessibility — WCAG contrast
Aa
#20ccee on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20ccee on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green80.0%
Blue93.3%
CMYK percentages
Cyan86.6%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#20ccee text on a black background
contrast 10.93:1
Card sample
#20ccee text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20ccee;
Background color
Panel with #20ccee background
background-color: #20ccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20ccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20ccee; background: linear-gradient(135deg, #20ccee, #2043EE);