#0ba4ba
a dark, electric cyan · cool · closest name: teal
RGB
11, 164, 186
HSL
188°, 89%, 39%
CMYK
94, 12, 0, 27
Luminance
0.3017
Every format
| HEX | #0ba4ba |
| RGB | rgb(11, 164, 186) |
| HSL | hsl(188, 89%, 39%) |
| CMYK | cmyk(94%, 12%, 0%, 27%) |
| LAB | lab(61.8 -27.1 -21.3) |
| LCH | lch(61.8 34.4 218.2) |
| OKLCH | oklch(0.660 0.113 211.6) |
Copy-ready code
/* CSS */
color: #0ba4ba;
background-color: #0ba4ba;
/* Tailwind (arbitrary) */
class="text-[#0ba4ba] bg-[#0ba4ba]"
/* SCSS */
$brand: #0ba4ba;
/* SwiftUI */
Color(red: 0.043, green: 0.643, blue: 0.729)
/* Android */
Color.parseColor("#0ba4ba")Accessibility — WCAG contrast
Aa
#0ba4ba on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ba4ba on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green64.3%
Blue72.9%
CMYK percentages
Cyan94.1%
Magenta11.8%
Yellow0.0%
Key (black)27.1%
Color previews
#0ba4ba text on a black background
contrast 7.03:1
Card sample
#0ba4ba text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ba4ba;
Background color
Panel with #0ba4ba background
background-color: #0ba4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ba4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 164, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 164, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ba4ba; background: linear-gradient(135deg, #0ba4ba, #0B2FBA);