#2db86e
a dark, vivid green · cool · closest name: seagreen
RGB
45, 184, 110
HSL
148°, 61%, 45%
CMYK
76, 0, 40, 28
Luminance
0.3596
Every format
| HEX | #2db86e |
| RGB | rgb(45, 184, 110) |
| HSL | hsl(148, 61%, 45%) |
| CMYK | cmyk(76%, 0%, 40%, 28%) |
| LAB | lab(66.5 -53.1 27.4) |
| LCH | lch(66.5 59.8 152.7) |
| OKLCH | oklch(0.693 0.159 154.5) |
Copy-ready code
/* CSS */
color: #2db86e;
background-color: #2db86e;
/* Tailwind (arbitrary) */
class="text-[#2db86e] bg-[#2db86e]"
/* SCSS */
$brand: #2db86e;
/* SwiftUI */
Color(red: 0.176, green: 0.722, blue: 0.431)
/* Android */
Color.parseColor("#2db86e")Accessibility — WCAG contrast
Aa
#2db86e on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2db86e on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green72.2%
Blue43.1%
CMYK percentages
Cyan75.5%
Magenta0.0%
Yellow40.2%
Key (black)27.8%
Color previews
#2db86e text on a black background
contrast 8.19:1
Card sample
#2db86e text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2db86e;
Background color
Panel with #2db86e background
background-color: #2db86e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2db86e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 184, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 184, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2db86e; background: linear-gradient(135deg, #2db86e, #2DA5B8);