#0ba4da
a dark, electric cyan · cool · closest name: steelblue
RGB
11, 164, 218
HSL
196°, 90%, 45%
CMYK
95, 25, 0, 15
Luminance
0.3168
Every format
| HEX | #0ba4da |
| RGB | rgb(11, 164, 218) |
| HSL | hsl(196, 90%, 45%) |
| CMYK | cmyk(95%, 25%, 0%, 15%) |
| LAB | lab(63.1 -16.0 -37.1) |
| LCH | lch(63.1 40.5 246.7) |
| OKLCH | oklch(0.674 0.135 231.2) |
Copy-ready code
/* CSS */
color: #0ba4da;
background-color: #0ba4da;
/* Tailwind (arbitrary) */
class="text-[#0ba4da] bg-[#0ba4da]"
/* SCSS */
$brand: #0ba4da;
/* SwiftUI */
Color(red: 0.043, green: 0.643, blue: 0.855)
/* Android */
Color.parseColor("#0ba4da")Accessibility — WCAG contrast
Aa
#0ba4da on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ba4da on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green64.3%
Blue85.5%
CMYK percentages
Cyan95.0%
Magenta24.8%
Yellow0.0%
Key (black)14.5%
Color previews
#0ba4da text on a black background
contrast 7.34:1
Card sample
#0ba4da text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ba4da;
Background color
Panel with #0ba4da background
background-color: #0ba4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ba4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 164, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 164, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ba4da; background: linear-gradient(135deg, #0ba4da, #0B1ADA);