#32dbff
a balanced, electric cyan · cool · closest name: skyblue
RGB
50, 219, 255
HSL
191°, 100%, 60%
CMYK
80, 14, 0, 0
Luminance
0.5856
Every format
| HEX | #32dbff |
| RGB | rgb(50, 219, 255) |
| HSL | hsl(191, 100%, 60%) |
| CMYK | cmyk(80%, 14%, 0%, 0%) |
| LAB | lab(81.0 -29.5 -29.4) |
| LCH | lch(81.0 41.6 224.8) |
| OKLCH | oklch(0.825 0.138 216.5) |
Copy-ready code
/* CSS */
color: #32dbff;
background-color: #32dbff;
/* Tailwind (arbitrary) */
class="text-[#32dbff] bg-[#32dbff]"
/* SCSS */
$brand: #32dbff;
/* SwiftUI */
Color(red: 0.196, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#32dbff")Accessibility — WCAG contrast
Aa
#32dbff on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32dbff on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green85.9%
Blue100.0%
CMYK percentages
Cyan80.4%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#32dbff text on a black background
contrast 12.71:1
Card sample
#32dbff text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32dbff;
Background color
Panel with #32dbff background
background-color: #32dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32dbff; background: linear-gradient(135deg, #32dbff, #3252FF);