#32c6da
a balanced, vivid cyan · cool · closest name: skyblue
RGB
50, 198, 218
HSL
187°, 69%, 53%
CMYK
77, 9, 0, 15
Luminance
0.4613
Every format
| HEX | #32c6da |
| RGB | rgb(50, 198, 218) |
| HSL | hsl(187, 69%, 53%) |
| CMYK | cmyk(77%, 9%, 0%, 15%) |
| LAB | lab(73.6 -30.8 -20.9) |
| LCH | lch(73.6 37.2 214.1) |
| OKLCH | oklch(0.761 0.121 208.7) |
Copy-ready code
/* CSS */
color: #32c6da;
background-color: #32c6da;
/* Tailwind (arbitrary) */
class="text-[#32c6da] bg-[#32c6da]"
/* SCSS */
$brand: #32c6da;
/* SwiftUI */
Color(red: 0.196, green: 0.776, blue: 0.855)
/* Android */
Color.parseColor("#32c6da")Accessibility — WCAG contrast
Aa
#32c6da on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32c6da on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green77.6%
Blue85.5%
CMYK percentages
Cyan77.1%
Magenta9.2%
Yellow0.0%
Key (black)14.5%
Color previews
#32c6da text on a black background
contrast 10.23:1
Card sample
#32c6da text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32c6da;
Background color
Panel with #32c6da background
background-color: #32c6da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32c6da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 198, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 198, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32c6da; background: linear-gradient(135deg, #32c6da, #3256DA);