#32adeb
a balanced, electric blue · cool · closest name: steelblue
RGB
50, 173, 235
HSL
200°, 82%, 56%
CMYK
79, 26, 0, 8
Luminance
0.3656
Every format
| HEX | #32adeb |
| RGB | rgb(50, 173, 235) |
| HSL | hsl(200, 82%, 56%) |
| CMYK | cmyk(79%, 26%, 0%, 8%) |
| LAB | lab(67.0 -12.4 -40.4) |
| LCH | lch(67.0 42.3 252.9) |
| OKLCH | oklch(0.709 0.138 236.1) |
Copy-ready code
/* CSS */
color: #32adeb;
background-color: #32adeb;
/* Tailwind (arbitrary) */
class="text-[#32adeb] bg-[#32adeb]"
/* SCSS */
$brand: #32adeb;
/* SwiftUI */
Color(red: 0.196, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#32adeb")Accessibility — WCAG contrast
Aa
#32adeb on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32adeb on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green67.8%
Blue92.2%
CMYK percentages
Cyan78.7%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#32adeb text on a black background
contrast 8.31:1
Card sample
#32adeb text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32adeb;
Background color
Panel with #32adeb background
background-color: #32adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32adeb; background: linear-gradient(135deg, #32adeb, #3232EB);