#32c2ec
a balanced, electric cyan · cool · closest name: skyblue
RGB
50, 194, 236
HSL
194°, 83%, 56%
CMYK
79, 18, 0, 8
Luminance
0.4532
Every format
| HEX | #32c2ec |
| RGB | rgb(50, 194, 236) |
| HSL | hsl(194, 83%, 56%) |
| CMYK | cmyk(79%, 18%, 0%, 8%) |
| LAB | lab(73.1 -23.1 -31.4) |
| LCH | lch(73.1 39.0 233.6) |
| OKLCH | oklch(0.758 0.130 222.7) |
Copy-ready code
/* CSS */
color: #32c2ec;
background-color: #32c2ec;
/* Tailwind (arbitrary) */
class="text-[#32c2ec] bg-[#32c2ec]"
/* SCSS */
$brand: #32c2ec;
/* SwiftUI */
Color(red: 0.196, green: 0.761, blue: 0.925)
/* Android */
Color.parseColor("#32c2ec")Accessibility — WCAG contrast
Aa
#32c2ec on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32c2ec on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green76.1%
Blue92.5%
CMYK percentages
Cyan78.8%
Magenta17.8%
Yellow0.0%
Key (black)7.5%
Color previews
#32c2ec text on a black background
contrast 10.06:1
Card sample
#32c2ec text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32c2ec;
Background color
Panel with #32c2ec background
background-color: #32c2ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32c2ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 194, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 194, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32c2ec; background: linear-gradient(135deg, #32c2ec, #3246EC);