#0baade
a balanced, electric cyan · cool · closest name: steelblue
RGB
11, 170, 222
HSL
195°, 91%, 46%
CMYK
95, 23, 0, 13
Luminance
0.3409
Every format
| HEX | #0baade |
| RGB | rgb(11, 170, 222) |
| HSL | hsl(195, 91%, 46%) |
| CMYK | cmyk(95%, 23%, 0%, 13%) |
| LAB | lab(65.0 -17.8 -36.3) |
| LCH | lch(65.0 40.4 243.9) |
| OKLCH | oklch(0.691 0.135 229.3) |
Copy-ready code
/* CSS */
color: #0baade;
background-color: #0baade;
/* Tailwind (arbitrary) */
class="text-[#0baade] bg-[#0baade]"
/* SCSS */
$brand: #0baade;
/* SwiftUI */
Color(red: 0.043, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#0baade")Accessibility — WCAG contrast
Aa
#0baade on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0baade on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green66.7%
Blue87.1%
CMYK percentages
Cyan95.0%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#0baade text on a black background
contrast 7.82:1
Card sample
#0baade text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0baade;
Background color
Panel with #0baade background
background-color: #0baade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0baade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0baade; background: linear-gradient(135deg, #0baade, #0B1DDE);