#32e1df
a balanced, vivid cyan · cool · closest name: turquoise
RGB
50, 225, 223
HSL
179°, 75%, 54%
CMYK
78, 0, 1, 12
Luminance
0.5986
Every format
| HEX | #32e1df |
| RGB | rgb(50, 225, 223) |
| HSL | hsl(179, 75%, 54%) |
| CMYK | cmyk(78%, 0%, 1%, 12%) |
| LAB | lab(81.8 -41.9 -11.3) |
| LCH | lch(81.8 43.4 195.1) |
| OKLCH | oklch(0.827 0.133 193.7) |
Copy-ready code
/* CSS */
color: #32e1df;
background-color: #32e1df;
/* Tailwind (arbitrary) */
class="text-[#32e1df] bg-[#32e1df]"
/* SCSS */
$brand: #32e1df;
/* SwiftUI */
Color(red: 0.196, green: 0.882, blue: 0.875)
/* Android */
Color.parseColor("#32e1df")Accessibility — WCAG contrast
Aa
#32e1df on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32e1df on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green88.2%
Blue87.5%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow0.9%
Key (black)11.8%
Color previews
#32e1df text on a black background
contrast 12.97:1
Card sample
#32e1df text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32e1df;
Background color
Panel with #32e1df background
background-color: #32e1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32e1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 225, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 225, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32e1df; background: linear-gradient(135deg, #32e1df, #326EE1);