#32cfda
a balanced, vivid cyan · cool · closest name: turquoise
RGB
50, 207, 218
HSL
184°, 69%, 53%
CMYK
77, 5, 0, 15
Luminance
0.5037
Every format
| HEX | #32cfda |
| RGB | rgb(50, 207, 218) |
| HSL | hsl(184, 69%, 53%) |
| CMYK | cmyk(77%, 5%, 0%, 15%) |
| LAB | lab(76.3 -35.1 -16.8) |
| LCH | lch(76.3 38.9 205.6) |
| OKLCH | oklch(0.782 0.124 202.2) |
Copy-ready code
/* CSS */
color: #32cfda;
background-color: #32cfda;
/* Tailwind (arbitrary) */
class="text-[#32cfda] bg-[#32cfda]"
/* SCSS */
$brand: #32cfda;
/* SwiftUI */
Color(red: 0.196, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#32cfda")Accessibility — WCAG contrast
Aa
#32cfda on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32cfda on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green81.2%
Blue85.5%
CMYK percentages
Cyan77.1%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#32cfda text on a black background
contrast 11.07:1
Card sample
#32cfda text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32cfda;
Background color
Panel with #32cfda background
background-color: #32cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32cfda; background: linear-gradient(135deg, #32cfda, #325FDA);