#2db17e
a dark, vivid green · cool · closest name: seagreen
RGB
45, 177, 126
HSL
157°, 60%, 44%
CMYK
75, 0, 29, 31
Luminance
0.3351
Every format
| HEX | #2db17e |
| RGB | rgb(45, 177, 126) |
| HSL | hsl(157, 60%, 44%) |
| CMYK | cmyk(75%, 0%, 29%, 31%) |
| LAB | lab(64.6 -47.1 16.3) |
| LCH | lch(64.6 49.8 161.0) |
| OKLCH | oklch(0.678 0.135 162.2) |
Copy-ready code
/* CSS */
color: #2db17e;
background-color: #2db17e;
/* Tailwind (arbitrary) */
class="text-[#2db17e] bg-[#2db17e]"
/* SCSS */
$brand: #2db17e;
/* SwiftUI */
Color(red: 0.176, green: 0.694, blue: 0.494)
/* Android */
Color.parseColor("#2db17e")Accessibility — WCAG contrast
Aa
#2db17e on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2db17e on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green69.4%
Blue49.4%
CMYK percentages
Cyan74.6%
Magenta0.0%
Yellow28.8%
Key (black)30.6%
Color previews
#2db17e text on a black background
contrast 7.70:1
Card sample
#2db17e text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2db17e;
Background color
Panel with #2db17e background
background-color: #2db17e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2db17e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 177, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 177, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2db17e; background: linear-gradient(135deg, #2db17e, #2D8CB1);