#32dfe2
a balanced, electric cyan · cool · closest name: turquoise
RGB
50, 223, 226
HSL
181°, 75%, 54%
CMYK
78, 1, 0, 11
Luminance
0.5894
Every format
| HEX | #32dfe2 |
| RGB | rgb(50, 223, 226) |
| HSL | hsl(181, 75%, 54%) |
| CMYK | cmyk(78%, 1%, 0%, 11%) |
| LAB | lab(81.3 -40.1 -13.6) |
| LCH | lch(81.3 42.4 198.8) |
| OKLCH | oklch(0.823 0.132 196.7) |
Copy-ready code
/* CSS */
color: #32dfe2;
background-color: #32dfe2;
/* Tailwind (arbitrary) */
class="text-[#32dfe2] bg-[#32dfe2]"
/* SCSS */
$brand: #32dfe2;
/* SwiftUI */
Color(red: 0.196, green: 0.875, blue: 0.886)
/* Android */
Color.parseColor("#32dfe2")Accessibility — WCAG contrast
Aa
#32dfe2 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32dfe2 on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green87.5%
Blue88.6%
CMYK percentages
Cyan77.9%
Magenta1.3%
Yellow0.0%
Key (black)11.4%
Color previews
#32dfe2 text on a black background
contrast 12.79:1
Card sample
#32dfe2 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32dfe2;
Background color
Panel with #32dfe2 background
background-color: #32dfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32dfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 223, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 223, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32dfe2; background: linear-gradient(135deg, #32dfe2, #326AE2);