#0ba7af
a dark, electric cyan · cool · closest name: teal
RGB
11, 167, 175
HSL
183°, 88%, 37%
CMYK
94, 5, 0, 31
Luminance
0.3080
Every format
| HEX | #0ba7af |
| RGB | rgb(11, 167, 175) |
| HSL | hsl(183, 88%, 37%) |
| CMYK | cmyk(94%, 5%, 0%, 31%) |
| LAB | lab(62.3 -32.1 -14.3) |
| LCH | lch(62.3 35.2 204.0) |
| OKLCH | oklch(0.663 0.111 200.9) |
Copy-ready code
/* CSS */
color: #0ba7af;
background-color: #0ba7af;
/* Tailwind (arbitrary) */
class="text-[#0ba7af] bg-[#0ba7af]"
/* SCSS */
$brand: #0ba7af;
/* SwiftUI */
Color(red: 0.043, green: 0.655, blue: 0.686)
/* Android */
Color.parseColor("#0ba7af")Accessibility — WCAG contrast
Aa
#0ba7af on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ba7af on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green65.5%
Blue68.6%
CMYK percentages
Cyan93.7%
Magenta4.6%
Yellow0.0%
Key (black)31.4%
Color previews
#0ba7af text on a black background
contrast 7.16:1
Card sample
#0ba7af text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ba7af;
Background color
Panel with #0ba7af background
background-color: #0ba7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ba7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 167, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 167, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ba7af; background: linear-gradient(135deg, #0ba7af, #0B3AAF);