#32bafd
a balanced, electric cyan · cool · closest name: skyblue
RGB
50, 186, 253
HSL
200°, 98%, 59%
CMYK
80, 27, 0, 1
Luminance
0.4289
Every format
| HEX | #32bafd |
| RGB | rgb(50, 186, 253) |
| HSL | hsl(200, 98%, 59%) |
| CMYK | cmyk(80%, 27%, 0%, 1%) |
| LAB | lab(71.5 -13.3 -43.1) |
| LCH | lch(71.5 45.1 252.9) |
| OKLCH | oklch(0.748 0.147 236.0) |
Copy-ready code
/* CSS */
color: #32bafd;
background-color: #32bafd;
/* Tailwind (arbitrary) */
class="text-[#32bafd] bg-[#32bafd]"
/* SCSS */
$brand: #32bafd;
/* SwiftUI */
Color(red: 0.196, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#32bafd")Accessibility — WCAG contrast
Aa
#32bafd on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32bafd on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green72.9%
Blue99.2%
CMYK percentages
Cyan80.2%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#32bafd text on a black background
contrast 9.58:1
Card sample
#32bafd text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32bafd;
Background color
Panel with #32bafd background
background-color: #32bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32bafd; background: linear-gradient(135deg, #32bafd, #3233FD);