#10abeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
16, 171, 235
HSL
198°, 87%, 49%
CMYK
93, 27, 0, 8
Luminance
0.3523
Every format
| HEX | #10abeb |
| RGB | rgb(16, 171, 235) |
| HSL | hsl(198, 87%, 49%) |
| CMYK | cmyk(93%, 27%, 0%, 8%) |
| LAB | lab(65.9 -13.6 -42.0) |
| LCH | lch(65.9 44.2 252.1) |
| OKLCH | oklch(0.700 0.146 234.9) |
Copy-ready code
/* CSS */
color: #10abeb;
background-color: #10abeb;
/* Tailwind (arbitrary) */
class="text-[#10abeb] bg-[#10abeb]"
/* SCSS */
$brand: #10abeb;
/* SwiftUI */
Color(red: 0.063, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#10abeb")Accessibility — WCAG contrast
Aa
#10abeb on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10abeb on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green67.1%
Blue92.2%
CMYK percentages
Cyan93.2%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#10abeb text on a black background
contrast 8.05:1
Card sample
#10abeb text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10abeb;
Background color
Panel with #10abeb background
background-color: #10abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10abeb; background: linear-gradient(135deg, #10abeb, #1019EB);