#0ba7cd
a dark, electric cyan · cool · closest name: skyblue
RGB
11, 167, 205
HSL
192°, 90%, 42%
CMYK
95, 19, 0, 20
Luminance
0.3212
Every format
| HEX | #0ba7cd |
| RGB | rgb(11, 167, 205) |
| HSL | hsl(192, 90%, 42%) |
| CMYK | cmyk(95%, 19%, 0%, 20%) |
| LAB | lab(63.4 -22.2 -29.4) |
| LCH | lch(63.4 36.8 233.0) |
| OKLCH | oklch(0.676 0.123 222.0) |
Copy-ready code
/* CSS */
color: #0ba7cd;
background-color: #0ba7cd;
/* Tailwind (arbitrary) */
class="text-[#0ba7cd] bg-[#0ba7cd]"
/* SCSS */
$brand: #0ba7cd;
/* SwiftUI */
Color(red: 0.043, green: 0.655, blue: 0.804)
/* Android */
Color.parseColor("#0ba7cd")Accessibility — WCAG contrast
Aa
#0ba7cd on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ba7cd on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green65.5%
Blue80.4%
CMYK percentages
Cyan94.6%
Magenta18.5%
Yellow0.0%
Key (black)19.6%
Color previews
#0ba7cd text on a black background
contrast 7.42:1
Card sample
#0ba7cd text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ba7cd;
Background color
Panel with #0ba7cd background
background-color: #0ba7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ba7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 167, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 167, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ba7cd; background: linear-gradient(135deg, #0ba7cd, #0B26CD);