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