#32fcfd
a balanced, electric cyan · cool · closest name: cyan
RGB
50, 252, 253
HSL
180°, 98%, 59%
CMYK
80, 0, 0, 1
Luminance
0.7739
Every format
| HEX | #32fcfd |
| RGB | rgb(50, 252, 253) |
| HSL | hsl(180, 98%, 59%) |
| CMYK | cmyk(80%, 0%, 0%, 1%) |
| LAB | lab(90.5 -45.3 -14.0) |
| LCH | lch(90.5 47.4 197.1) |
| OKLCH | oklch(0.901 0.146 195.4) |
Copy-ready code
/* CSS */
color: #32fcfd;
background-color: #32fcfd;
/* Tailwind (arbitrary) */
class="text-[#32fcfd] bg-[#32fcfd]"
/* SCSS */
$brand: #32fcfd;
/* SwiftUI */
Color(red: 0.196, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#32fcfd")Accessibility — WCAG contrast
Aa
#32fcfd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32fcfd on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green98.8%
Blue99.2%
CMYK percentages
Cyan80.2%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#32fcfd text on a black background
contrast 16.48:1
Card sample
#32fcfd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32fcfd;
Background color
Panel with #32fcfd background
background-color: #32fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32fcfd; background: linear-gradient(135deg, #32fcfd, #3275FD);