Emerald
#2FB170
GreenColor Codes
All color formats for development
HEX
#2FB170RGB
rgb(47, 177, 112)HSL
hsl(150, 58%, 44%)OKLCH
oklch(0.675 0.147 156.3)CMYK
cmyk(73%, 0%, 37%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA065
2#268E5A
3#217C4F
4#1C6A43
5#185938
6#13472D
7#0E3522
8#092316
9#05120B
Tints
Lighter variations
1#35C87E
2#4BCF8D
3#61D59B
4#78DBA9
5#8EE1B8
6#A5E7C6
7#BBEDD4
8#D2F3E2
9#E8F9F1
Tones
Muted variations
1#36AB70
2#3CA470
3#439E70
4#499770
5#509170
6#568A70
7#5D8470
8#637D70
9#6A7770
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C4 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA6 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB170 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6540 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114029 | 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: #F3FCF7;
--emerald-100: #E3F8ED;
--emerald-200: #CBF1DE;
--emerald-300: #A2E6C4;
--emerald-400: #72DAA6;
--emerald-500: #4ACF8C;
--emerald-600: #2FB170;
--emerald-700: #258D59;
--emerald-800: #1B6540;
--emerald-900: #114029;
--emerald-950: #0B281A;
}