#32afeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
50, 175, 235
HSL
200°, 82%, 56%
CMYK
79, 26, 0, 8
Luminance
0.3734
Every format
| HEX | #32afeb |
| RGB | rgb(50, 175, 235) |
| HSL | hsl(200, 82%, 56%) |
| CMYK | cmyk(79%, 26%, 0%, 8%) |
| LAB | lab(67.5 -13.5 -39.5) |
| LCH | lch(67.5 41.8 251.1) |
| OKLCH | oklch(0.714 0.136 234.9) |
Copy-ready code
/* CSS */
color: #32afeb;
background-color: #32afeb;
/* Tailwind (arbitrary) */
class="text-[#32afeb] bg-[#32afeb]"
/* SCSS */
$brand: #32afeb;
/* SwiftUI */
Color(red: 0.196, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#32afeb")Accessibility — WCAG contrast
Aa
#32afeb on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32afeb on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green68.6%
Blue92.2%
CMYK percentages
Cyan78.7%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#32afeb text on a black background
contrast 8.47:1
Card sample
#32afeb text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32afeb;
Background color
Panel with #32afeb background
background-color: #32afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32afeb; background: linear-gradient(135deg, #32afeb, #3234EB);