#0baada
a dark, electric cyan · cool · closest name: steelblue
RGB
11, 170, 218
HSL
194°, 90%, 45%
CMYK
95, 22, 0, 15
Luminance
0.3388
Every format
| HEX | #0baada |
| RGB | rgb(11, 170, 218) |
| HSL | hsl(194, 90%, 45%) |
| CMYK | cmyk(95%, 22%, 0%, 15%) |
| LAB | lab(64.9 -19.2 -34.4) |
| LCH | lch(64.9 39.4 240.8) |
| OKLCH | oklch(0.689 0.132 227.3) |
Copy-ready code
/* CSS */
color: #0baada;
background-color: #0baada;
/* Tailwind (arbitrary) */
class="text-[#0baada] bg-[#0baada]"
/* SCSS */
$brand: #0baada;
/* SwiftUI */
Color(red: 0.043, green: 0.667, blue: 0.855)
/* Android */
Color.parseColor("#0baada")Accessibility — WCAG contrast
Aa
#0baada on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0baada on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green66.7%
Blue85.5%
CMYK percentages
Cyan95.0%
Magenta22.0%
Yellow0.0%
Key (black)14.5%
Color previews
#0baada text on a black background
contrast 7.78:1
Card sample
#0baada text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0baada;
Background color
Panel with #0baada background
background-color: #0baada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0baada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 170, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 170, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0baada; background: linear-gradient(135deg, #0baada, #0B20DA);