Emerald
#2DB46E
GreenColor Codes
All color formats for development
HEX
#2DB46ERGB
rgb(45, 180, 110)HSL
hsl(149, 60%, 44%)OKLCH
oklch(0.683 0.153 155.2)CMYK
cmyk(75%, 0%, 39%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A263
2#249058
3#1F7E4D
4#1B6C42
5#165A37
6#12482C
7#0D3621
8#092416
9#04120B
Tints
Lighter variations
1#33CA7C
2#48D18A
3#5FD799
4#76DDA8
5#8DE2B6
6#A4E8C5
7#BAEED3
8#D1F4E2
9#E8F9F0
Tones
Muted variations
1#34AD6E
2#3AA66E
3#419F6F
4#48996F
5#4F926F
6#558B6F
7#5C8470
8#637E70
9#697770
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C3 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBA4 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D18A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB46E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A663E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104128 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2919 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E2F8ED;
--emerald-200: #CAF2DD;
--emerald-300: #A1E8C3;
--emerald-400: #70DBA4;
--emerald-500: #47D18A;
--emerald-600: #2DB46E;
--emerald-700: #248F57;
--emerald-800: #1A663E;
--emerald-900: #104128;
--emerald-950: #0A2919;
}