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