#32cbee
a balanced, electric cyan · cool · closest name: skyblue
RGB
50, 203, 238
HSL
191°, 85%, 57%
CMYK
79, 15, 0, 7
Luminance
0.4956
Every format
| HEX | #32cbee |
| RGB | rgb(50, 203, 238) |
| HSL | hsl(191, 85%, 57%) |
| CMYK | cmyk(79%, 15%, 0%, 7%) |
| LAB | lab(75.8 -27.0 -28.3) |
| LCH | lch(75.8 39.1 226.4) |
| OKLCH | oklch(0.780 0.130 217.6) |
Copy-ready code
/* CSS */
color: #32cbee;
background-color: #32cbee;
/* Tailwind (arbitrary) */
class="text-[#32cbee] bg-[#32cbee]"
/* SCSS */
$brand: #32cbee;
/* SwiftUI */
Color(red: 0.196, green: 0.796, blue: 0.933)
/* Android */
Color.parseColor("#32cbee")Accessibility — WCAG contrast
Aa
#32cbee on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32cbee on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green79.6%
Blue93.3%
CMYK percentages
Cyan79.0%
Magenta14.7%
Yellow0.0%
Key (black)6.7%
Color previews
#32cbee text on a black background
contrast 10.91:1
Card sample
#32cbee text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32cbee;
Background color
Panel with #32cbee background
background-color: #32cbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32cbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 203, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 203, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32cbee; background: linear-gradient(135deg, #32cbee, #324EEE);