#0baceb
a balanced, electric cyan · cool · closest name: steelblue
RGB
11, 172, 235
HSL
197°, 91%, 48%
CMYK
95, 27, 0, 8
Luminance
0.3557
Every format
| HEX | #0baceb |
| RGB | rgb(11, 172, 235) |
| HSL | hsl(197, 91%, 48%) |
| CMYK | cmyk(95%, 27%, 0%, 8%) |
| LAB | lab(66.2 -14.3 -41.6) |
| LCH | lch(66.2 44.0 251.1) |
| OKLCH | oklch(0.702 0.145 234.1) |
Copy-ready code
/* CSS */
color: #0baceb;
background-color: #0baceb;
/* Tailwind (arbitrary) */
class="text-[#0baceb] bg-[#0baceb]"
/* SCSS */
$brand: #0baceb;
/* SwiftUI */
Color(red: 0.043, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#0baceb")Accessibility — WCAG contrast
Aa
#0baceb on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0baceb on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green67.5%
Blue92.2%
CMYK percentages
Cyan95.3%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#0baceb text on a black background
contrast 8.11:1
Card sample
#0baceb text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0baceb;
Background color
Panel with #0baceb background
background-color: #0baceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0baceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0baceb; background: linear-gradient(135deg, #0baceb, #0B17EB);