Emerald
#2EB28D
GreenColor Codes
All color formats for development
HEX
#2EB28DRGB
rgb(46, 178, 141)HSL
hsl(163, 59%, 44%)OKLCH
oklch(0.685 0.124 169.4)CMYK
cmyk(74%, 0%, 21%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A17F
2#258F71
3#207D63
4#1C6B55
5#175946
6#124738
7#0E362A
8#09241C
9#05120E
Tints
Lighter variations
1#34C99F
2#49D0AA
3#60D6B5
4#77DCBF
5#8DE2CA
6#A4E8D4
7#BBEDDF
8#D2F3EA
9#E8F9F4
Tones
Muted variations
1#35AC8A
2#3BA587
3#429F84
4#489881
5#4F917F
6#568B7C
7#5C8479
8#637D76
9#6A7773
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7D3 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DABD | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB28D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114133 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF9;
--emerald-100: #E3F8F2;
--emerald-200: #CAF1E6;
--emerald-300: #A2E7D3;
--emerald-400: #71DABD;
--emerald-500: #49D0AA;
--emerald-600: #2EB28D;
--emerald-700: #258E70;
--emerald-800: #1A6550;
--emerald-900: #114133;
--emerald-950: #0A2920;
}