#32cffc
a balanced, electric cyan · cool · closest name: skyblue
RGB
50, 207, 252
HSL
193°, 97%, 59%
CMYK
80, 18, 0, 1
Luminance
0.5233
Every format
| HEX | #32cffc |
| RGB | rgb(50, 207, 252) |
| HSL | hsl(193, 97%, 59%) |
| CMYK | cmyk(80%, 18%, 0%, 1%) |
| LAB | lab(77.5 -24.5 -33.2) |
| LCH | lch(77.5 41.3 233.6) |
| OKLCH | oklch(0.796 0.138 222.7) |
Copy-ready code
/* CSS */
color: #32cffc;
background-color: #32cffc;
/* Tailwind (arbitrary) */
class="text-[#32cffc] bg-[#32cffc]"
/* SCSS */
$brand: #32cffc;
/* SwiftUI */
Color(red: 0.196, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#32cffc")Accessibility — WCAG contrast
Aa
#32cffc on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32cffc on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green81.2%
Blue98.8%
CMYK percentages
Cyan80.2%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#32cffc text on a black background
contrast 11.47:1
Card sample
#32cffc text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32cffc;
Background color
Panel with #32cffc background
background-color: #32cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32cffc; background: linear-gradient(135deg, #32cffc, #3248FC);