#32cefc
a balanced, electric cyan · cool · closest name: skyblue
RGB
50, 206, 252
HSL
194°, 97%, 59%
CMYK
80, 18, 0, 1
Luminance
0.5185
Every format
| HEX | #32cefc |
| RGB | rgb(50, 206, 252) |
| HSL | hsl(194, 97%, 59%) |
| CMYK | cmyk(80%, 18%, 0%, 1%) |
| LAB | lab(77.2 -24.0 -33.7) |
| LCH | lch(77.2 41.4 234.5) |
| OKLCH | oklch(0.793 0.138 223.3) |
Copy-ready code
/* CSS */
color: #32cefc;
background-color: #32cefc;
/* Tailwind (arbitrary) */
class="text-[#32cefc] bg-[#32cefc]"
/* SCSS */
$brand: #32cefc;
/* SwiftUI */
Color(red: 0.196, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#32cefc")Accessibility — WCAG contrast
Aa
#32cefc on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32cefc on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green80.8%
Blue98.8%
CMYK percentages
Cyan80.2%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#32cefc text on a black background
contrast 11.37:1
Card sample
#32cefc text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32cefc;
Background color
Panel with #32cefc background
background-color: #32cefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32cefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32cefc; background: linear-gradient(135deg, #32cefc, #3247FC);