#32f5cd
a balanced, electric cyan · cool · closest name: aquamarine
RGB
50, 245, 205
HSL
168°, 91%, 58%
CMYK
80, 0, 16, 4
Luminance
0.7039
Every format
| HEX | #32f5cd |
| RGB | rgb(50, 245, 205) |
| HSL | hsl(168, 91%, 58%) |
| CMYK | cmyk(80%, 0%, 16%, 4%) |
| LAB | lab(87.2 -55.1 6.2) |
| LCH | lch(87.2 55.5 173.6) |
| OKLCH | oklch(0.870 0.157 174.3) |
Copy-ready code
/* CSS */
color: #32f5cd;
background-color: #32f5cd;
/* Tailwind (arbitrary) */
class="text-[#32f5cd] bg-[#32f5cd]"
/* SCSS */
$brand: #32f5cd;
/* SwiftUI */
Color(red: 0.196, green: 0.961, blue: 0.804)
/* Android */
Color.parseColor("#32f5cd")Accessibility — WCAG contrast
Aa
#32f5cd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32f5cd on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green96.1%
Blue80.4%
CMYK percentages
Cyan79.6%
Magenta0.0%
Yellow16.3%
Key (black)3.9%
Color previews
#32f5cd text on a black background
contrast 15.08:1
Card sample
#32f5cd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32f5cd;
Background color
Panel with #32f5cd background
background-color: #32f5cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32f5cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 245, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 245, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32f5cd; background: linear-gradient(135deg, #32f5cd, #329BF5);