#32efdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
50, 239, 223
HSL
175°, 86%, 57%
CMYK
79, 0, 7, 6
Luminance
0.6774
Every format
| HEX | #32efdf |
| RGB | rgb(50, 239, 223) |
| HSL | hsl(175, 86%, 57%) |
| CMYK | cmyk(79%, 0%, 7%, 6%) |
| LAB | lab(85.9 -48.0 -5.2) |
| LCH | lch(85.9 48.3 186.2) |
| OKLCH | oklch(0.861 0.143 185.9) |
Copy-ready code
/* CSS */
color: #32efdf;
background-color: #32efdf;
/* Tailwind (arbitrary) */
class="text-[#32efdf] bg-[#32efdf]"
/* SCSS */
$brand: #32efdf;
/* SwiftUI */
Color(red: 0.196, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#32efdf")Accessibility — WCAG contrast
Aa
#32efdf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32efdf on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green93.7%
Blue87.5%
CMYK percentages
Cyan79.1%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#32efdf text on a black background
contrast 14.55:1
Card sample
#32efdf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32efdf;
Background color
Panel with #32efdf background
background-color: #32efdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32efdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32efdf; background: linear-gradient(135deg, #32efdf, #3281EF);