#2abd8c
a balanced, vivid cyan · cool · closest name: seagreen
RGB
42, 189, 140
HSL
160°, 64%, 45%
CMYK
78, 0, 26, 26
Luminance
0.3878
Every format
| HEX | #2abd8c |
| RGB | rgb(42, 189, 140) |
| HSL | hsl(160, 64%, 45%) |
| CMYK | cmyk(78%, 0%, 26%, 26%) |
| LAB | lab(68.6 -49.1 14.2) |
| LCH | lch(68.6 51.1 163.8) |
| OKLCH | oklch(0.712 0.140 164.9) |
Copy-ready code
/* CSS */
color: #2abd8c;
background-color: #2abd8c;
/* Tailwind (arbitrary) */
class="text-[#2abd8c] bg-[#2abd8c]"
/* SCSS */
$brand: #2abd8c;
/* SwiftUI */
Color(red: 0.165, green: 0.741, blue: 0.549)
/* Android */
Color.parseColor("#2abd8c")Accessibility — WCAG contrast
Aa
#2abd8c on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abd8c on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green74.1%
Blue54.9%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow25.9%
Key (black)25.9%
Color previews
#2abd8c text on a black background
contrast 8.76:1
Card sample
#2abd8c text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abd8c;
Background color
Panel with #2abd8c background
background-color: #2abd8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abd8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 189, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 189, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abd8c; background: linear-gradient(135deg, #2abd8c, #2A8CBD);