#32aefd
a balanced, electric blue · cool · closest name: steelblue
RGB
50, 174, 253
HSL
203°, 98%, 59%
CMYK
80, 31, 0, 1
Luminance
0.3804
Every format
| HEX | #32aefd |
| RGB | rgb(50, 174, 253) |
| HSL | hsl(203, 98%, 59%) |
| CMYK | cmyk(80%, 31%, 0%, 1%) |
| LAB | lab(68.0 -6.7 -48.5) |
| LCH | lch(68.0 49.0 262.1) |
| OKLCH | oklch(0.721 0.155 242.4) |
Copy-ready code
/* CSS */
color: #32aefd;
background-color: #32aefd;
/* Tailwind (arbitrary) */
class="text-[#32aefd] bg-[#32aefd]"
/* SCSS */
$brand: #32aefd;
/* SwiftUI */
Color(red: 0.196, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#32aefd")Accessibility — WCAG contrast
Aa
#32aefd on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32aefd on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green68.2%
Blue99.2%
CMYK percentages
Cyan80.2%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#32aefd text on a black background
contrast 8.61:1
Card sample
#32aefd text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32aefd;
Background color
Panel with #32aefd background
background-color: #32aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32aefd; background: linear-gradient(135deg, #32aefd, #3D32FD);