#0ab080
a dark, electric cyan · cool · closest name: seagreen
RGB
10, 176, 128
HSL
163°, 89%, 37%
CMYK
94, 0, 27, 31
Luminance
0.3267
Every format
| HEX | #0ab080 |
| RGB | rgb(10, 176, 128) |
| HSL | hsl(163, 89%, 37%) |
| CMYK | cmyk(94%, 0%, 27%, 31%) |
| LAB | lab(63.9 -49.3 14.2) |
| LCH | lch(63.9 51.3 164.0) |
| OKLCH | oklch(0.672 0.140 165.0) |
Copy-ready code
/* CSS */
color: #0ab080;
background-color: #0ab080;
/* Tailwind (arbitrary) */
class="text-[#0ab080] bg-[#0ab080]"
/* SCSS */
$brand: #0ab080;
/* SwiftUI */
Color(red: 0.039, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#0ab080")Accessibility — WCAG contrast
Aa
#0ab080 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ab080 on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green69.0%
Blue50.2%
CMYK percentages
Cyan94.3%
Magenta0.0%
Yellow27.3%
Key (black)31.0%
Color previews
#0ab080 text on a black background
contrast 7.53:1
Card sample
#0ab080 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ab080;
Background color
Panel with #0ab080 background
background-color: #0ab080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ab080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ab080; background: linear-gradient(135deg, #0ab080, #0A71B0);