#32fffe
a balanced, electric cyan · cool · “cyan”
RGB
50, 255, 254
HSL
180°, 100%, 60%
CMYK
80, 0, 0, 0
Luminance
0.7935
Every format
| HEX | #32fffe |
| RGB | rgb(50, 255, 254) |
| HSL | hsl(180, 100%, 60%) |
| CMYK | cmyk(80%, 0%, 0%, 0%) |
| LAB | lab(91.4 -46.4 -13.2) |
| LCH | lch(91.4 48.2 195.9) |
| OKLCH | oklch(0.908 0.148 194.3) |
Copy-ready code
/* CSS */
color: #32fffe;
background-color: #32fffe;
/* Tailwind (arbitrary) */
class="text-[#32fffe] bg-[#32fffe]"
/* SCSS */
$brand: #32fffe;
/* SwiftUI */
Color(red: 0.196, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#32fffe")Accessibility — WCAG contrast
Aa
#32fffe on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32fffe on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green100.0%
Blue99.6%
CMYK percentages
Cyan80.4%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#32fffe text on a black background
contrast 16.87:1
Card sample
#32fffe text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32fffe;
Background color
Panel with #32fffe background
background-color: #32fffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32fffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32fffe; background: linear-gradient(135deg, #32fffe, #3277FF);