#0abceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
10, 188, 235
HSL
193°, 92%, 48%
CMYK
96, 20, 0, 8
Luminance
0.4203
Every format
| HEX | #0abceb |
| RGB | rgb(10, 188, 235) |
| HSL | hsl(193, 92%, 48%) |
| CMYK | cmyk(96%, 20%, 0%, 8%) |
| LAB | lab(70.9 -22.8 -34.3) |
| LCH | lch(70.9 41.2 236.5) |
| OKLCH | oklch(0.740 0.138 224.3) |
Copy-ready code
/* CSS */
color: #0abceb;
background-color: #0abceb;
/* Tailwind (arbitrary) */
class="text-[#0abceb] bg-[#0abceb]"
/* SCSS */
$brand: #0abceb;
/* SwiftUI */
Color(red: 0.039, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#0abceb")Accessibility — WCAG contrast
Aa
#0abceb on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0abceb on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green73.7%
Blue92.2%
CMYK percentages
Cyan95.7%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#0abceb text on a black background
contrast 9.41:1
Card sample
#0abceb text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0abceb;
Background color
Panel with #0abceb background
background-color: #0abceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0abceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0abceb; background: linear-gradient(135deg, #0abceb, #0A26EB);