#32fccc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
50, 252, 204
HSL
166°, 97%, 59%
CMYK
80, 0, 19, 1
Luminance
0.7466
Every format
| HEX | #32fccc |
| RGB | rgb(50, 252, 204) |
| HSL | hsl(166, 97%, 59%) |
| CMYK | cmyk(80%, 0%, 19%, 1%) |
| LAB | lab(89.2 -58.1 9.6) |
| LCH | lch(89.2 58.9 170.6) |
| OKLCH | oklch(0.886 0.165 171.5) |
Copy-ready code
/* CSS */
color: #32fccc;
background-color: #32fccc;
/* Tailwind (arbitrary) */
class="text-[#32fccc] bg-[#32fccc]"
/* SCSS */
$brand: #32fccc;
/* SwiftUI */
Color(red: 0.196, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#32fccc")Accessibility — WCAG contrast
Aa
#32fccc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32fccc on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green98.8%
Blue80.0%
CMYK percentages
Cyan80.2%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#32fccc text on a black background
contrast 15.93:1
Card sample
#32fccc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32fccc;
Background color
Panel with #32fccc background
background-color: #32fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32fccc; background: linear-gradient(135deg, #32fccc, #32A5FC);