#0bcafb
a balanced, electric cyan · cool · closest name: skyblue
RGB
11, 202, 251
HSL
192°, 97%, 51%
CMYK
96, 20, 0, 2
Luminance
0.4928
Every format
| HEX | #0bcafb |
| RGB | rgb(11, 202, 251) |
| HSL | hsl(192, 97%, 51%) |
| CMYK | cmyk(96%, 20%, 0%, 2%) |
| LAB | lab(75.6 -24.4 -35.6) |
| LCH | lch(75.6 43.2 235.5) |
| OKLCH | oklch(0.780 0.145 223.7) |
Copy-ready code
/* CSS */
color: #0bcafb;
background-color: #0bcafb;
/* Tailwind (arbitrary) */
class="text-[#0bcafb] bg-[#0bcafb]"
/* SCSS */
$brand: #0bcafb;
/* SwiftUI */
Color(red: 0.043, green: 0.792, blue: 0.984)
/* Android */
Color.parseColor("#0bcafb")Accessibility — WCAG contrast
Aa
#0bcafb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bcafb on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green79.2%
Blue98.4%
CMYK percentages
Cyan95.6%
Magenta19.5%
Yellow0.0%
Key (black)1.6%
Color previews
#0bcafb text on a black background
contrast 10.86:1
Card sample
#0bcafb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bcafb;
Background color
Panel with #0bcafb background
background-color: #0bcafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bcafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 202, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 202, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bcafb; background: linear-gradient(135deg, #0bcafb, #0B2AFB);