#32fcff
a balanced, electric cyan · cool · closest name: cyan
RGB
50, 252, 255
HSL
181°, 100%, 60%
CMYK
80, 1, 0, 0
Luminance
0.7752
Every format
| HEX | #32fcff |
| RGB | rgb(50, 252, 255) |
| HSL | hsl(181, 100%, 60%) |
| CMYK | cmyk(80%, 1%, 0%, 0%) |
| LAB | lab(90.6 -44.8 -14.9) |
| LCH | lch(90.6 47.2 198.5) |
| OKLCH | oklch(0.902 0.146 196.5) |
Copy-ready code
/* CSS */
color: #32fcff;
background-color: #32fcff;
/* Tailwind (arbitrary) */
class="text-[#32fcff] bg-[#32fcff]"
/* SCSS */
$brand: #32fcff;
/* SwiftUI */
Color(red: 0.196, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#32fcff")Accessibility — WCAG contrast
Aa
#32fcff on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32fcff on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green98.8%
Blue100.0%
CMYK percentages
Cyan80.4%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#32fcff text on a black background
contrast 16.50:1
Card sample
#32fcff text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32fcff;
Background color
Panel with #32fcff background
background-color: #32fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32fcff; background: linear-gradient(135deg, #32fcff, #3273FF);