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