#20ccf3
a balanced, electric cyan · cool · closest name: skyblue
RGB
32, 204, 243
HSL
191°, 90%, 54%
CMYK
87, 16, 0, 5
Luminance
0.4996
Every format
| HEX | #20ccf3 |
| RGB | rgb(32, 204, 243) |
| HSL | hsl(191, 90%, 54%) |
| CMYK | cmyk(87%, 16%, 0%, 5%) |
| LAB | lab(76.0 -27.2 -30.6) |
| LCH | lch(76.0 41.0 228.4) |
| OKLCH | oklch(0.782 0.137 218.9) |
Copy-ready code
/* CSS */
color: #20ccf3;
background-color: #20ccf3;
/* Tailwind (arbitrary) */
class="text-[#20ccf3] bg-[#20ccf3]"
/* SCSS */
$brand: #20ccf3;
/* SwiftUI */
Color(red: 0.125, green: 0.800, blue: 0.953)
/* Android */
Color.parseColor("#20ccf3")Accessibility — WCAG contrast
Aa
#20ccf3 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20ccf3 on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green80.0%
Blue95.3%
CMYK percentages
Cyan86.8%
Magenta16.0%
Yellow0.0%
Key (black)4.7%
Color previews
#20ccf3 text on a black background
contrast 10.99:1
Card sample
#20ccf3 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20ccf3;
Background color
Panel with #20ccf3 background
background-color: #20ccf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20ccf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 204, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 204, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20ccf3; background: linear-gradient(135deg, #20ccf3, #203FF3);