#10baeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
16, 186, 235
HSL
193°, 87%, 49%
CMYK
93, 21, 0, 8
Luminance
0.4123
Every format
| HEX | #10baeb |
| RGB | rgb(16, 186, 235) |
| HSL | hsl(193, 87%, 49%) |
| CMYK | cmyk(93%, 21%, 0%, 8%) |
| LAB | lab(70.3 -21.5 -35.2) |
| LCH | lch(70.3 41.2 238.5) |
| OKLCH | oklch(0.735 0.138 225.8) |
Copy-ready code
/* CSS */
color: #10baeb;
background-color: #10baeb;
/* Tailwind (arbitrary) */
class="text-[#10baeb] bg-[#10baeb]"
/* SCSS */
$brand: #10baeb;
/* SwiftUI */
Color(red: 0.063, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#10baeb")Accessibility — WCAG contrast
Aa
#10baeb on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10baeb on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green72.9%
Blue92.2%
CMYK percentages
Cyan93.2%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#10baeb text on a black background
contrast 9.25:1
Card sample
#10baeb text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10baeb;
Background color
Panel with #10baeb background
background-color: #10baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10baeb; background: linear-gradient(135deg, #10baeb, #1028EB);