Emerald
#2EB277
GreenColor Codes
All color formats for development
HEX
#2EB277RGB
rgb(46, 178, 119)HSL
hsl(153, 59%, 44%)OKLCH
oklch(0.679 0.142 158.8)CMYK
cmyk(74%, 0%, 33%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A16B
2#258F5F
3#207D53
4#1C6B47
5#17593B
6#124730
7#0E3624
8#092418
9#05120C
Tints
Lighter variations
1#34C986
2#49D094
3#60D6A1
4#77DCAE
5#8DE2BC
6#A4E8C9
7#BBEDD7
8#D2F3E4
9#E8F9F2
Tones
Muted variations
1#35AC76
2#3BA575
3#429F75
4#489874
5#4F9174
6#568B73
7#5C8472
8#637D72
9#6A7771
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C8 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAAB | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D093 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB277 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6544 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412B | 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: #E3F8EE;
--emerald-200: #CAF1E0;
--emerald-300: #A2E7C8;
--emerald-400: #71DAAB;
--emerald-500: #49D093;
--emerald-600: #2EB277;
--emerald-700: #258E5F;
--emerald-800: #1A6544;
--emerald-900: #11412B;
--emerald-950: #0A291B;
}