#32fdbf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
50, 253, 191
HSL
162°, 98%, 59%
CMYK
80, 0, 25, 1
Luminance
0.7469
Every format
| HEX | #32fdbf |
| RGB | rgb(50, 253, 191) |
| HSL | hsl(162, 98%, 59%) |
| CMYK | cmyk(80%, 0%, 25%, 1%) |
| LAB | lab(89.2 -61.5 16.3) |
| LCH | lch(89.2 63.7 165.1) |
| OKLCH | oklch(0.886 0.174 166.2) |
Copy-ready code
/* CSS */
color: #32fdbf;
background-color: #32fdbf;
/* Tailwind (arbitrary) */
class="text-[#32fdbf] bg-[#32fdbf]"
/* SCSS */
$brand: #32fdbf;
/* SwiftUI */
Color(red: 0.196, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#32fdbf")Accessibility — WCAG contrast
Aa
#32fdbf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32fdbf on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green99.2%
Blue74.9%
CMYK percentages
Cyan80.2%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#32fdbf text on a black background
contrast 15.94:1
Card sample
#32fdbf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32fdbf;
Background color
Panel with #32fdbf background
background-color: #32fdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32fdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32fdbf; background: linear-gradient(135deg, #32fdbf, #32B4FD);