Emerald
#2EB284
GreenColor Codes
All color formats for development
HEX
#2EB284RGB
rgb(46, 178, 132)HSL
hsl(159, 59%, 44%)OKLCH
oklch(0.682 0.131 164.6)CMYK
cmyk(74%, 0%, 26%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A177
2#258F6A
3#207D5C
4#1C6B4F
5#175942
6#124735
7#0E3628
8#09241A
9#05120D
Tints
Lighter variations
1#34C995
2#49D0A1
3#60D6AD
4#77DCB8
5#8DE2C4
6#A4E8D0
7#BBEDDC
8#D2F3E7
9#E8F9F3
Tones
Muted variations
1#35AC82
2#3BA580
3#429F7E
4#48987C
5#4F917A
6#568B78
7#5C8476
8#637D74
9#6A7772
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7CF | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAB6 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB284 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A654B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114130 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF9;
--emerald-100: #E3F8F0;
--emerald-200: #CAF1E4;
--emerald-300: #A2E7CF;
--emerald-400: #71DAB6;
--emerald-500: #49D0A1;
--emerald-600: #2EB284;
--emerald-700: #258E69;
--emerald-800: #1A654B;
--emerald-900: #114130;
--emerald-950: #0A291E;
}