Emerald
#2FB175
GreenColor Codes
All color formats for development
HEX
#2FB175RGB
rgb(47, 177, 117)HSL
hsl(152, 58%, 44%)OKLCH
oklch(0.677 0.142 158.2)CMYK
cmyk(73%, 0%, 34%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA069
2#268E5D
3#217C52
4#1C6A46
5#18593A
6#13472F
7#0E3523
8#092317
9#05120C
Tints
Lighter variations
1#35C883
2#4BCF91
3#61D59F
4#78DBAD
5#8EE1BA
6#A5E7C8
7#BBEDD6
8#D2F3E4
9#E8F9F1
Tones
Muted variations
1#36AB74
2#3CA474
3#439E73
4#499773
5#509172
6#568A72
7#5D8472
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 | CBF1 #CBF1DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C7 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA9 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF91 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB175 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D5D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6542 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E3F8EE;
--emerald-200: #CBF1DF;
--emerald-300: #A2E6C7;
--emerald-400: #72DAA9;
--emerald-500: #4ACF91;
--emerald-600: #2FB175;
--emerald-700: #258D5D;
--emerald-800: #1B6542;
--emerald-900: #11402A;
--emerald-950: #0B281A;
}