#2db96e
a balanced, vivid green · cool · closest name: seagreen
RGB
45, 185, 110
HSL
148°, 61%, 45%
CMYK
76, 0, 41, 28
Luminance
0.3638
Every format
| HEX | #2db96e |
| RGB | rgb(45, 185, 110) |
| HSL | hsl(148, 61%, 45%) |
| CMYK | cmyk(76%, 0%, 41%, 28%) |
| LAB | lab(66.8 -53.5 27.9) |
| LCH | lch(66.8 60.3 152.5) |
| OKLCH | oklch(0.696 0.160 154.3) |
Copy-ready code
/* CSS */
color: #2db96e;
background-color: #2db96e;
/* Tailwind (arbitrary) */
class="text-[#2db96e] bg-[#2db96e]"
/* SCSS */
$brand: #2db96e;
/* SwiftUI */
Color(red: 0.176, green: 0.725, blue: 0.431)
/* Android */
Color.parseColor("#2db96e")Accessibility — WCAG contrast
Aa
#2db96e on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2db96e on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green72.5%
Blue43.1%
CMYK percentages
Cyan75.7%
Magenta0.0%
Yellow40.5%
Key (black)27.5%
Color previews
#2db96e text on a black background
contrast 8.28:1
Card sample
#2db96e text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2db96e;
Background color
Panel with #2db96e background
background-color: #2db96e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2db96e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 185, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 185, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2db96e; background: linear-gradient(135deg, #2db96e, #2DA7B9);