#32c0eb
a balanced, electric cyan · cool · closest name: skyblue
RGB
50, 192, 235
HSL
194°, 82%, 56%
CMYK
79, 18, 0, 8
Luminance
0.4438
Every format
| HEX | #32c0eb |
| RGB | rgb(50, 192, 235) |
| HSL | hsl(194, 82%, 56%) |
| CMYK | cmyk(79%, 18%, 0%, 8%) |
| LAB | lab(72.5 -22.4 -31.8) |
| LCH | lch(72.5 38.9 234.8) |
| OKLCH | oklch(0.753 0.130 223.6) |
Copy-ready code
/* CSS */
color: #32c0eb;
background-color: #32c0eb;
/* Tailwind (arbitrary) */
class="text-[#32c0eb] bg-[#32c0eb]"
/* SCSS */
$brand: #32c0eb;
/* SwiftUI */
Color(red: 0.196, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#32c0eb")Accessibility — WCAG contrast
Aa
#32c0eb on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32c0eb on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green75.3%
Blue92.2%
CMYK percentages
Cyan78.7%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#32c0eb text on a black background
contrast 9.88:1
Card sample
#32c0eb text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32c0eb;
Background color
Panel with #32c0eb background
background-color: #32c0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32c0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32c0eb; background: linear-gradient(135deg, #32c0eb, #3245EB);