Emerald
#2FB18F
GreenColor Codes
All color formats for development
HEX
#2FB18FRGB
rgb(47, 177, 143)HSL
hsl(164, 58%, 44%)OKLCH
oklch(0.683 0.121 170.9)CMYK
cmyk(73%, 0%, 19%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA080
2#268E72
3#217C64
4#1C6A56
5#185947
6#134739
7#0E352B
8#09231D
9#05120E
Tints
Lighter variations
1#35C8A1
2#4BCFAC
3#61D5B6
4#78DBC1
5#8EE1CB
6#A5E7D5
7#BBEDE0
8#D2F3EA
9#E8F9F5
Tones
Muted variations
1#36AB8C
2#3CA488
3#439E85
4#499782
5#50917F
6#568A7C
7#5D8479
8#637D76
9#6A7773
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D4 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DABE | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB18F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6551 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114034 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF9;
--emerald-100: #E3F8F2;
--emerald-200: #CBF1E7;
--emerald-300: #A2E6D4;
--emerald-400: #72DABE;
--emerald-500: #4ACFAB;
--emerald-600: #2FB18F;
--emerald-700: #258D71;
--emerald-800: #1B6551;
--emerald-900: #114034;
--emerald-950: #0B2820;
}