#32ffcf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
50, 255, 207
HSL
166°, 100%, 60%
CMYK
80, 0, 19, 0
Luminance
0.7670
Every format
| HEX | #32ffcf |
| RGB | rgb(50, 255, 207) |
| HSL | hsl(166, 100%, 60%) |
| CMYK | cmyk(80%, 0%, 19%, 0%) |
| LAB | lab(90.2 -58.6 9.4) |
| LCH | lch(90.2 59.3 170.9) |
| OKLCH | oklch(0.895 0.166 171.7) |
Copy-ready code
/* CSS */
color: #32ffcf;
background-color: #32ffcf;
/* Tailwind (arbitrary) */
class="text-[#32ffcf] bg-[#32ffcf]"
/* SCSS */
$brand: #32ffcf;
/* SwiftUI */
Color(red: 0.196, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#32ffcf")Accessibility — WCAG contrast
Aa
#32ffcf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32ffcf on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green100.0%
Blue81.2%
CMYK percentages
Cyan80.4%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#32ffcf text on a black background
contrast 16.34:1
Card sample
#32ffcf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32ffcf;
Background color
Panel with #32ffcf background
background-color: #32ffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32ffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32ffcf; background: linear-gradient(135deg, #32ffcf, #32A6FF);