#32affc
a balanced, electric blue · cool · closest name: steelblue
RGB
50, 175, 252
HSL
203°, 97%, 59%
CMYK
80, 31, 0, 1
Luminance
0.3837
Every format
| HEX | #32affc |
| RGB | rgb(50, 175, 252) |
| HSL | hsl(203, 97%, 59%) |
| CMYK | cmyk(80%, 31%, 0%, 1%) |
| LAB | lab(68.3 -7.6 -47.6) |
| LCH | lch(68.3 48.2 260.9) |
| OKLCH | oklch(0.722 0.153 241.6) |
Copy-ready code
/* CSS */
color: #32affc;
background-color: #32affc;
/* Tailwind (arbitrary) */
class="text-[#32affc] bg-[#32affc]"
/* SCSS */
$brand: #32affc;
/* SwiftUI */
Color(red: 0.196, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#32affc")Accessibility — WCAG contrast
Aa
#32affc on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32affc on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green68.6%
Blue98.8%
CMYK percentages
Cyan80.2%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#32affc text on a black background
contrast 8.67:1
Card sample
#32affc text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32affc;
Background color
Panel with #32affc background
background-color: #32affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32affc; background: linear-gradient(135deg, #32affc, #3C32FC);