#32fccf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
50, 252, 207
HSL
167°, 97%, 59%
CMYK
80, 0, 18, 1
Luminance
0.7480
Every format
| HEX | #32fccf |
| RGB | rgb(50, 252, 207) |
| HSL | hsl(167, 97%, 59%) |
| CMYK | cmyk(80%, 0%, 18%, 1%) |
| LAB | lab(89.3 -57.4 8.2) |
| LCH | lch(89.3 58.0 171.9) |
| OKLCH | oklch(0.887 0.163 172.7) |
Copy-ready code
/* CSS */
color: #32fccf;
background-color: #32fccf;
/* Tailwind (arbitrary) */
class="text-[#32fccf] bg-[#32fccf]"
/* SCSS */
$brand: #32fccf;
/* SwiftUI */
Color(red: 0.196, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#32fccf")Accessibility — WCAG contrast
Aa
#32fccf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32fccf on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green98.8%
Blue81.2%
CMYK percentages
Cyan80.2%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#32fccf text on a black background
contrast 15.96:1
Card sample
#32fccf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32fccf;
Background color
Panel with #32fccf background
background-color: #32fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32fccf; background: linear-gradient(135deg, #32fccf, #32A2FC);