Emerald
#2DB477
GreenColor Codes
All color formats for development
HEX
#2DB477RGB
rgb(45, 180, 119)HSL
hsl(153, 60%, 44%)OKLCH
oklch(0.684 0.145 158.4)CMYK
cmyk(75%, 0%, 34%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A26B
2#24905F
3#1F7E53
4#1B6C47
5#165A3B
6#124830
7#0D3624
8#092418
9#04120C
Tints
Lighter variations
1#33CA86
2#48D194
3#5FD7A1
4#76DDAE
5#8DE2BC
6#A4E8C9
7#BAEED7
8#D1F4E4
9#E8F9F2
Tones
Muted variations
1#34AD76
2#3AA676
3#419F75
4#489974
5#4F9274
6#558B73
7#5C8472
8#637E72
9#697771
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBAB | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D193 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB477 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6644 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10412B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E2F8EE;
--emerald-200: #CAF2E0;
--emerald-300: #A1E8C8;
--emerald-400: #70DBAB;
--emerald-500: #47D193;
--emerald-600: #2DB477;
--emerald-700: #248F5F;
--emerald-800: #1A6644;
--emerald-900: #10412B;
--emerald-950: #0A291B;
}