#0ab2ab
a dark, electric cyan · cool · closest name: turquoise
RGB
10, 178, 171
HSL
178°, 89%, 37%
CMYK
94, 0, 4, 30
Luminance
0.3485
Every format
| HEX | #0ab2ab |
| RGB | rgb(10, 178, 171) |
| HSL | hsl(178, 89%, 37%) |
| CMYK | cmyk(94%, 0%, 4%, 30%) |
| LAB | lab(65.6 -38.5 -7.1) |
| LCH | lch(65.6 39.1 190.5) |
| OKLCH | oklch(0.689 0.118 189.8) |
Copy-ready code
/* CSS */
color: #0ab2ab;
background-color: #0ab2ab;
/* Tailwind (arbitrary) */
class="text-[#0ab2ab] bg-[#0ab2ab]"
/* SCSS */
$brand: #0ab2ab;
/* SwiftUI */
Color(red: 0.039, green: 0.698, blue: 0.671)
/* Android */
Color.parseColor("#0ab2ab")Accessibility — WCAG contrast
Aa
#0ab2ab on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ab2ab on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green69.8%
Blue67.1%
CMYK percentages
Cyan94.4%
Magenta0.0%
Yellow3.9%
Key (black)30.2%
Color previews
#0ab2ab text on a black background
contrast 7.97:1
Card sample
#0ab2ab text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ab2ab;
Background color
Panel with #0ab2ab background
background-color: #0ab2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ab2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 178, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 178, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ab2ab; background: linear-gradient(135deg, #0ab2ab, #0A49B2);