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