#32afee
a balanced, electric blue · cool · closest name: steelblue
RGB
50, 175, 238
HSL
200°, 85%, 57%
CMYK
79, 27, 0, 7
Luminance
0.3751
Every format
| HEX | #32afee |
| RGB | rgb(50, 175, 238) |
| HSL | hsl(200, 85%, 57%) |
| CMYK | cmyk(79%, 27%, 0%, 7%) |
| LAB | lab(67.7 -12.5 -40.9) |
| LCH | lch(67.7 42.8 253.0) |
| OKLCH | oklch(0.715 0.139 236.2) |
Copy-ready code
/* CSS */
color: #32afee;
background-color: #32afee;
/* Tailwind (arbitrary) */
class="text-[#32afee] bg-[#32afee]"
/* SCSS */
$brand: #32afee;
/* SwiftUI */
Color(red: 0.196, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#32afee")Accessibility — WCAG contrast
Aa
#32afee on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32afee on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green68.6%
Blue93.3%
CMYK percentages
Cyan79.0%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#32afee text on a black background
contrast 8.50:1
Card sample
#32afee text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32afee;
Background color
Panel with #32afee background
background-color: #32afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32afee; background: linear-gradient(135deg, #32afee, #3232EE);