#32bdfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
50, 189, 251
HSL
199°, 96%, 59%
CMYK
80, 25, 0, 2
Luminance
0.4404
Every format
| HEX | #32bdfb |
| RGB | rgb(50, 189, 251) |
| HSL | hsl(199, 96%, 59%) |
| CMYK | cmyk(80%, 25%, 0%, 2%) |
| LAB | lab(72.3 -15.6 -40.8) |
| LCH | lch(72.3 43.7 249.1) |
| OKLCH | oklch(0.754 0.143 233.4) |
Copy-ready code
/* CSS */
color: #32bdfb;
background-color: #32bdfb;
/* Tailwind (arbitrary) */
class="text-[#32bdfb] bg-[#32bdfb]"
/* SCSS */
$brand: #32bdfb;
/* SwiftUI */
Color(red: 0.196, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#32bdfb")Accessibility — WCAG contrast
Aa
#32bdfb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32bdfb on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green74.1%
Blue98.4%
CMYK percentages
Cyan80.1%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#32bdfb text on a black background
contrast 9.81:1
Card sample
#32bdfb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32bdfb;
Background color
Panel with #32bdfb background
background-color: #32bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32bdfb; background: linear-gradient(135deg, #32bdfb, #3237FB);