#32ecdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
50, 236, 223
HSL
176°, 83%, 56%
CMYK
79, 0, 6, 8
Luminance
0.6600
Every format
| HEX | #32ecdf |
| RGB | rgb(50, 236, 223) |
| HSL | hsl(176, 83%, 56%) |
| CMYK | cmyk(79%, 0%, 6%, 8%) |
| LAB | lab(85.0 -46.7 -6.5) |
| LCH | lch(85.0 47.1 187.9) |
| OKLCH | oklch(0.853 0.141 187.5) |
Copy-ready code
/* CSS */
color: #32ecdf;
background-color: #32ecdf;
/* Tailwind (arbitrary) */
class="text-[#32ecdf] bg-[#32ecdf]"
/* SCSS */
$brand: #32ecdf;
/* SwiftUI */
Color(red: 0.196, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#32ecdf")Accessibility — WCAG contrast
Aa
#32ecdf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32ecdf on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green92.5%
Blue87.5%
CMYK percentages
Cyan78.8%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#32ecdf text on a black background
contrast 14.20:1
Card sample
#32ecdf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32ecdf;
Background color
Panel with #32ecdf background
background-color: #32ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32ecdf; background: linear-gradient(135deg, #32ecdf, #327DEC);