Emerald
#2FB177
GreenColor Codes
All color formats for development
HEX
#2FB177RGB
rgb(47, 177, 119)HSL
hsl(153, 58%, 44%)OKLCH
oklch(0.677 0.141 159)CMYK
cmyk(73%, 0%, 33%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA06B
2#268E5F
3#217C53
4#1C6A47
5#18593B
6#13472F
7#0E3524
8#092318
9#05120C
Tints
Lighter variations
1#35C886
2#4BCF93
3#61D5A1
4#78DBAE
5#8EE1BC
6#A5E7C9
7#BBEDD7
8#D2F3E4
9#E8F9F2
Tones
Muted variations
1#36AB76
2#3CA475
3#439E75
4#499774
5#509173
6#568A73
7#5D8472
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 #E3F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAAB | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB177 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6543 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E3F8EE;
--emerald-200: #CBF1E0;
--emerald-300: #A2E6C8;
--emerald-400: #72DAAB;
--emerald-500: #4ACF93;
--emerald-600: #2FB177;
--emerald-700: #258D5E;
--emerald-800: #1B6543;
--emerald-900: #11402B;
--emerald-950: #0B281B;
}