#0ba0af
a dark, electric cyan · cool · closest name: teal
RGB
11, 160, 175
HSL
186°, 88%, 37%
CMYK
94, 9, 0, 31
Luminance
0.2831
Every format
| HEX | #0ba0af |
| RGB | rgb(11, 160, 175) |
| HSL | hsl(186, 88%, 37%) |
| CMYK | cmyk(94%, 9%, 0%, 31%) |
| LAB | lab(60.2 -28.7 -17.6) |
| LCH | lch(60.2 33.7 211.5) |
| OKLCH | oklch(0.645 0.109 206.7) |
Copy-ready code
/* CSS */
color: #0ba0af;
background-color: #0ba0af;
/* Tailwind (arbitrary) */
class="text-[#0ba0af] bg-[#0ba0af]"
/* SCSS */
$brand: #0ba0af;
/* SwiftUI */
Color(red: 0.043, green: 0.627, blue: 0.686)
/* Android */
Color.parseColor("#0ba0af")Accessibility — WCAG contrast
Aa
#0ba0af on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0ba0af on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green62.7%
Blue68.6%
CMYK percentages
Cyan93.7%
Magenta8.6%
Yellow0.0%
Key (black)31.4%
Color previews
#0ba0af text on a black background
contrast 6.66:1
Card sample
#0ba0af text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ba0af;
Background color
Panel with #0ba0af background
background-color: #0ba0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ba0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 160, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 160, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ba0af; background: linear-gradient(135deg, #0ba0af, #0B33AF);