#32beee
a balanced, electric cyan · cool · closest name: skyblue
RGB
50, 190, 238
HSL
195°, 85%, 57%
CMYK
79, 20, 0, 7
Luminance
0.4368
Every format
| HEX | #32beee |
| RGB | rgb(50, 190, 238) |
| HSL | hsl(195, 85%, 57%) |
| CMYK | cmyk(79%, 20%, 0%, 7%) |
| LAB | lab(72.0 -20.4 -34.2) |
| LCH | lch(72.0 39.8 239.1) |
| OKLCH | oklch(0.750 0.132 226.6) |
Copy-ready code
/* CSS */
color: #32beee;
background-color: #32beee;
/* Tailwind (arbitrary) */
class="text-[#32beee] bg-[#32beee]"
/* SCSS */
$brand: #32beee;
/* SwiftUI */
Color(red: 0.196, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#32beee")Accessibility — WCAG contrast
Aa
#32beee on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32beee on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green74.5%
Blue93.3%
CMYK percentages
Cyan79.0%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#32beee text on a black background
contrast 9.74:1
Card sample
#32beee text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32beee;
Background color
Panel with #32beee background
background-color: #32beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32beee; background: linear-gradient(135deg, #32beee, #3241EE);