#0baccf
a dark, electric cyan · cool · closest name: skyblue
RGB
11, 172, 207
HSL
191°, 90%, 43%
CMYK
95, 17, 0, 19
Luminance
0.3408
Every format
| HEX | #0baccf |
| RGB | rgb(11, 172, 207) |
| HSL | hsl(191, 90%, 43%) |
| CMYK | cmyk(95%, 17%, 0%, 19%) |
| LAB | lab(65.0 -24.1 -28.0) |
| LCH | lch(65.0 36.9 229.4) |
| OKLCH | oklch(0.689 0.124 219.5) |
Copy-ready code
/* CSS */
color: #0baccf;
background-color: #0baccf;
/* Tailwind (arbitrary) */
class="text-[#0baccf] bg-[#0baccf]"
/* SCSS */
$brand: #0baccf;
/* SwiftUI */
Color(red: 0.043, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#0baccf")Accessibility — WCAG contrast
Aa
#0baccf on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0baccf on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green67.5%
Blue81.2%
CMYK percentages
Cyan94.7%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#0baccf text on a black background
contrast 7.82:1
Card sample
#0baccf text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0baccf;
Background color
Panel with #0baccf background
background-color: #0baccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0baccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0baccf; background: linear-gradient(135deg, #0baccf, #0B29CF);