Emerald
#2EB272
GreenColor Codes
All color formats for development
HEX
#2EB272RGB
rgb(46, 178, 114)HSL
hsl(151, 59%, 44%)OKLCH
oklch(0.678 0.147 156.9)CMYK
cmyk(74%, 0%, 36%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A167
2#258F5C
3#207D50
4#1C6B45
5#175939
6#12472E
7#0E3622
8#092417
9#05120B
Tints
Lighter variations
1#34C981
2#49D08F
3#60D69D
4#77DCAB
5#8DE2B9
6#A4E8C7
7#BBEDD5
8#D2F3E3
9#E8F9F1
Tones
Muted variations
1#35AC72
2#3BA572
3#429F72
4#489872
5#4F9171
6#568B71
7#5C8471
8#637D71
9#6A7770
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 #CAF1DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C6 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAA8 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D08F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB272 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E5B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6541 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E3F8EE;
--emerald-200: #CAF1DF;
--emerald-300: #A2E7C6;
--emerald-400: #71DAA8;
--emerald-500: #49D08F;
--emerald-600: #2EB272;
--emerald-700: #258E5B;
--emerald-800: #1A6541;
--emerald-900: #11412A;
--emerald-950: #0A291A;
}