#32caeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
50, 202, 235
HSL
191°, 82%, 56%
CMYK
79, 14, 0, 8
Luminance
0.4892
Every format
| HEX | #32caeb |
| RGB | rgb(50, 202, 235) |
| HSL | hsl(191, 82%, 56%) |
| CMYK | cmyk(79%, 14%, 0%, 8%) |
| LAB | lab(75.4 -27.5 -27.3) |
| LCH | lch(75.4 38.8 224.8) |
| OKLCH | oklch(0.777 0.128 216.6) |
Copy-ready code
/* CSS */
color: #32caeb;
background-color: #32caeb;
/* Tailwind (arbitrary) */
class="text-[#32caeb] bg-[#32caeb]"
/* SCSS */
$brand: #32caeb;
/* SwiftUI */
Color(red: 0.196, green: 0.792, blue: 0.922)
/* Android */
Color.parseColor("#32caeb")Accessibility — WCAG contrast
Aa
#32caeb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32caeb on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green79.2%
Blue92.2%
CMYK percentages
Cyan78.7%
Magenta14.0%
Yellow0.0%
Key (black)7.8%
Color previews
#32caeb text on a black background
contrast 10.78:1
Card sample
#32caeb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32caeb;
Background color
Panel with #32caeb background
background-color: #32caeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32caeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 202, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 202, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32caeb; background: linear-gradient(135deg, #32caeb, #324FEB);