#0ab4af
a dark, electric cyan · cool · closest name: turquoise
RGB
10, 180, 175
HSL
178°, 90%, 37%
CMYK
94, 0, 3, 29
Luminance
0.3580
Every format
| HEX | #0ab4af |
| RGB | rgb(10, 180, 175) |
| HSL | hsl(178, 90%, 37%) |
| CMYK | cmyk(94%, 0%, 3%, 29%) |
| LAB | lab(66.4 -38.2 -8.3) |
| LCH | lch(66.4 39.1 192.2) |
| OKLCH | oklch(0.696 0.119 191.2) |
Copy-ready code
/* CSS */
color: #0ab4af;
background-color: #0ab4af;
/* Tailwind (arbitrary) */
class="text-[#0ab4af] bg-[#0ab4af]"
/* SCSS */
$brand: #0ab4af;
/* SwiftUI */
Color(red: 0.039, green: 0.706, blue: 0.686)
/* Android */
Color.parseColor("#0ab4af")Accessibility — WCAG contrast
Aa
#0ab4af on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ab4af on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green70.6%
Blue68.6%
CMYK percentages
Cyan94.4%
Magenta0.0%
Yellow2.8%
Key (black)29.4%
Color previews
#0ab4af text on a black background
contrast 8.16:1
Card sample
#0ab4af text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ab4af;
Background color
Panel with #0ab4af background
background-color: #0ab4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ab4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 180, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 180, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ab4af; background: linear-gradient(135deg, #0ab4af, #0A48B4);