#0bacdf
a balanced, electric cyan · cool · closest name: steelblue
RGB
11, 172, 223
HSL
194°, 91%, 46%
CMYK
95, 23, 0, 13
Luminance
0.3490
Every format
| HEX | #0bacdf |
| RGB | rgb(11, 172, 223) |
| HSL | hsl(194, 91%, 46%) |
| CMYK | cmyk(95%, 23%, 0%, 13%) |
| LAB | lab(65.7 -18.5 -35.9) |
| LCH | lch(65.7 40.4 242.7) |
| OKLCH | oklch(0.696 0.135 228.5) |
Copy-ready code
/* CSS */
color: #0bacdf;
background-color: #0bacdf;
/* Tailwind (arbitrary) */
class="text-[#0bacdf] bg-[#0bacdf]"
/* SCSS */
$brand: #0bacdf;
/* SwiftUI */
Color(red: 0.043, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#0bacdf")Accessibility — WCAG contrast
Aa
#0bacdf on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bacdf on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green67.5%
Blue87.5%
CMYK percentages
Cyan95.1%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#0bacdf text on a black background
contrast 7.98:1
Card sample
#0bacdf text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bacdf;
Background color
Panel with #0bacdf background
background-color: #0bacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bacdf; background: linear-gradient(135deg, #0bacdf, #0B1FDF);