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