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