#0ba2ad
a dark, electric cyan · cool · closest name: teal
RGB
11, 162, 173
HSL
184°, 88%, 36%
CMYK
94, 6, 0, 32
Luminance
0.2893
Every format
| HEX | #0ba2ad |
| RGB | rgb(11, 162, 173) |
| HSL | hsl(184, 88%, 36%) |
| CMYK | cmyk(94%, 6%, 0%, 32%) |
| LAB | lab(60.7 -30.4 -15.6) |
| LCH | lch(60.7 34.1 207.2) |
| OKLCH | oklch(0.650 0.109 203.5) |
Copy-ready code
/* CSS */
color: #0ba2ad;
background-color: #0ba2ad;
/* Tailwind (arbitrary) */
class="text-[#0ba2ad] bg-[#0ba2ad]"
/* SCSS */
$brand: #0ba2ad;
/* SwiftUI */
Color(red: 0.043, green: 0.635, blue: 0.678)
/* Android */
Color.parseColor("#0ba2ad")Accessibility — WCAG contrast
Aa
#0ba2ad on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0ba2ad on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green63.5%
Blue67.8%
CMYK percentages
Cyan93.6%
Magenta6.4%
Yellow0.0%
Key (black)32.2%
Color previews
#0ba2ad text on a black background
contrast 6.79:1
Card sample
#0ba2ad text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ba2ad;
Background color
Panel with #0ba2ad background
background-color: #0ba2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ba2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 162, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 162, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ba2ad; background: linear-gradient(135deg, #0ba2ad, #0B36AD);