#32ccfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
50, 204, 253
HSL
195°, 98%, 59%
CMYK
80, 19, 0, 1
Luminance
0.5096
Every format
| HEX | #32ccfd |
| RGB | rgb(50, 204, 253) |
| HSL | hsl(195, 98%, 59%) |
| CMYK | cmyk(80%, 19%, 0%, 1%) |
| LAB | lab(76.7 -22.7 -35.1) |
| LCH | lch(76.7 41.8 237.1) |
| OKLCH | oklch(0.789 0.139 225.1) |
Copy-ready code
/* CSS */
color: #32ccfd;
background-color: #32ccfd;
/* Tailwind (arbitrary) */
class="text-[#32ccfd] bg-[#32ccfd]"
/* SCSS */
$brand: #32ccfd;
/* SwiftUI */
Color(red: 0.196, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#32ccfd")Accessibility — WCAG contrast
Aa
#32ccfd on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32ccfd on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green80.0%
Blue99.2%
CMYK percentages
Cyan80.2%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#32ccfd text on a black background
contrast 11.19:1
Card sample
#32ccfd text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32ccfd;
Background color
Panel with #32ccfd background
background-color: #32ccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32ccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32ccfd; background: linear-gradient(135deg, #32ccfd, #3245FD);