#32cdf0
a balanced, electric cyan · cool · closest name: skyblue
RGB
50, 205, 240
HSL
191°, 86%, 57%
CMYK
79, 15, 0, 6
Luminance
0.5063
Every format
| HEX | #32cdf0 |
| RGB | rgb(50, 205, 240) |
| HSL | hsl(191, 86%, 57%) |
| CMYK | cmyk(79%, 15%, 0%, 6%) |
| LAB | lab(76.5 -27.4 -28.4) |
| LCH | lch(76.5 39.5 226.0) |
| OKLCH | oklch(0.786 0.131 217.4) |
Copy-ready code
/* CSS */
color: #32cdf0;
background-color: #32cdf0;
/* Tailwind (arbitrary) */
class="text-[#32cdf0] bg-[#32cdf0]"
/* SCSS */
$brand: #32cdf0;
/* SwiftUI */
Color(red: 0.196, green: 0.804, blue: 0.941)
/* Android */
Color.parseColor("#32cdf0")Accessibility — WCAG contrast
Aa
#32cdf0 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32cdf0 on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green80.4%
Blue94.1%
CMYK percentages
Cyan79.2%
Magenta14.6%
Yellow0.0%
Key (black)5.9%
Color previews
#32cdf0 text on a black background
contrast 11.13:1
Card sample
#32cdf0 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32cdf0;
Background color
Panel with #32cdf0 background
background-color: #32cdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32cdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 205, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 205, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32cdf0; background: linear-gradient(135deg, #32cdf0, #324EF0);