#0ba1cf
a dark, electric cyan · cool · closest name: steelblue
RGB
11, 161, 207
HSL
194°, 90%, 43%
CMYK
95, 22, 0, 19
Luminance
0.3007
Every format
| HEX | #0ba1cf |
| RGB | rgb(11, 161, 207) |
| HSL | hsl(194, 90%, 43%) |
| CMYK | cmyk(95%, 22%, 0%, 19%) |
| LAB | lab(61.7 -18.3 -33.2) |
| LCH | lch(61.7 37.9 241.1) |
| OKLCH | oklch(0.662 0.127 227.5) |
Copy-ready code
/* CSS */
color: #0ba1cf;
background-color: #0ba1cf;
/* Tailwind (arbitrary) */
class="text-[#0ba1cf] bg-[#0ba1cf]"
/* SCSS */
$brand: #0ba1cf;
/* SwiftUI */
Color(red: 0.043, green: 0.631, blue: 0.812)
/* Android */
Color.parseColor("#0ba1cf")Accessibility — WCAG contrast
Aa
#0ba1cf on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ba1cf on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green63.1%
Blue81.2%
CMYK percentages
Cyan94.7%
Magenta22.2%
Yellow0.0%
Key (black)18.8%
Color previews
#0ba1cf text on a black background
contrast 7.01:1
Card sample
#0ba1cf text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ba1cf;
Background color
Panel with #0ba1cf background
background-color: #0ba1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ba1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 161, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 161, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ba1cf; background: linear-gradient(135deg, #0ba1cf, #0B1ECF);