#2ab085
a dark, vivid cyan · cool · closest name: seagreen
RGB
42, 176, 133
HSL
161°, 62%, 43%
CMYK
76, 0, 24, 31
Luminance
0.3324
Every format
| HEX | #2ab085 |
| RGB | rgb(42, 176, 133) |
| HSL | hsl(161, 62%, 43%) |
| CMYK | cmyk(76%, 0%, 24%, 31%) |
| LAB | lab(64.3 -45.5 12.1) |
| LCH | lch(64.3 47.0 165.1) |
| OKLCH | oklch(0.677 0.129 166.2) |
Copy-ready code
/* CSS */
color: #2ab085;
background-color: #2ab085;
/* Tailwind (arbitrary) */
class="text-[#2ab085] bg-[#2ab085]"
/* SCSS */
$brand: #2ab085;
/* SwiftUI */
Color(red: 0.165, green: 0.690, blue: 0.522)
/* Android */
Color.parseColor("#2ab085")Accessibility — WCAG contrast
Aa
#2ab085 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ab085 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green69.0%
Blue52.2%
CMYK percentages
Cyan76.1%
Magenta0.0%
Yellow24.4%
Key (black)31.0%
Color previews
#2ab085 text on a black background
contrast 7.65:1
Card sample
#2ab085 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ab085;
Background color
Panel with #2ab085 background
background-color: #2ab085;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ab085;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 176, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 176, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ab085; background: linear-gradient(135deg, #2ab085, #2A82B0);