Emerald
#2EB275
GreenColor Codes
All color formats for development
HEX
#2EB275RGB
rgb(46, 178, 117)HSL
hsl(152, 59%, 44%)OKLCH
oklch(0.679 0.144 158.1)CMYK
cmyk(74%, 0%, 34%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A169
2#258F5D
3#207D52
4#1C6B46
5#17593A
6#12472F
7#0E3623
8#092417
9#05120C
Tints
Lighter variations
1#34C983
2#49D091
3#60D69F
4#77DCAD
5#8DE2BA
6#A4E8C8
7#BBEDD6
8#D2F3E4
9#E8F9F1
Tones
Muted variations
1#35AC74
2#3BA574
3#429F73
4#489873
5#4F9172
6#568B72
7#5C8472
8#637D71
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 #CAF1DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C7 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAA9 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D091 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB275 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E5D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6542 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412A | 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: #CAF1DF;
--emerald-300: #A2E7C7;
--emerald-400: #71DAA9;
--emerald-500: #49D091;
--emerald-600: #2EB275;
--emerald-700: #258E5D;
--emerald-800: #1A6542;
--emerald-900: #11412A;
--emerald-950: #0A291B;
}