Emerald
#2EB279
GreenColor Codes
All color formats for development
HEX
#2EB279RGB
rgb(46, 178, 121)HSL
hsl(154, 59%, 44%)OKLCH
oklch(0.68 0.14 159.7)CMYK
cmyk(74%, 0%, 32%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A16D
2#258F61
3#207D55
4#1C6B49
5#17593D
6#124730
7#0E3624
8#092418
9#05120C
Tints
Lighter variations
1#34C988
2#49D096
3#60D6A3
4#77DCB0
5#8DE2BD
6#A4E8CA
7#BBEDD8
8#D2F3E5
9#E8F9F2
Tones
Muted variations
1#35AC78
2#3BA577
3#429F76
4#489875
5#4F9175
6#568B74
7#5C8473
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 #E3F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAAD | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D095 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB279 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E3F8EF;
--emerald-200: #CAF1E0;
--emerald-300: #A2E7C9;
--emerald-400: #71DAAD;
--emerald-500: #49D095;
--emerald-600: #2EB279;
--emerald-700: #258E60;
--emerald-800: #1A6545;
--emerald-900: #11412C;
--emerald-950: #0A291C;
}