#0abafd
a balanced, electric cyan · cool · closest name: skyblue
RGB
10, 186, 253
HSL
197°, 98%, 52%
CMYK
96, 27, 0, 1
Luminance
0.4227
Every format
| HEX | #0abafd |
| RGB | rgb(10, 186, 253) |
| HSL | hsl(197, 98%, 52%) |
| CMYK | cmyk(96%, 27%, 0%, 1%) |
| LAB | lab(71.1 -15.5 -43.8) |
| LCH | lch(71.1 46.5 250.5) |
| OKLCH | oklch(0.743 0.154 233.7) |
Copy-ready code
/* CSS */
color: #0abafd;
background-color: #0abafd;
/* Tailwind (arbitrary) */
class="text-[#0abafd] bg-[#0abafd]"
/* SCSS */
$brand: #0abafd;
/* SwiftUI */
Color(red: 0.039, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#0abafd")Accessibility — WCAG contrast
Aa
#0abafd on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0abafd on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green72.9%
Blue99.2%
CMYK percentages
Cyan96.0%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#0abafd text on a black background
contrast 9.45:1
Card sample
#0abafd text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0abafd;
Background color
Panel with #0abafd background
background-color: #0abafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0abafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0abafd; background: linear-gradient(135deg, #0abafd, #0A18FD);