Emerald
#35E39E
GreenColor Codes
All color formats for development
HEX
#35E39ERGB
rgb(53, 227, 158)HSL
hsl(156, 76%, 55%)OKLCH
oklch(0.814 0.169 161)CMYK
cmyk(77%, 0%, 30%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDE91
2#1BC581
3#18AD71
4#149461
5#117B51
6#0D6341
7#0A4A30
8#073120
9#031910
Tints
Lighter variations
1#49E6A7
2#5DE9B1
3#72ECBB
4#86EEC5
5#9AF1CE
6#AEF4D8
7#C2F7E2
8#D7F9EC
9#EBFCF5
Tones
Muted variations
1#3EDB9C
2#46D29A
3#4FC998
4#58C197
5#61B895
6#69AF93
7#72A691
8#7B9E90
9#84958E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CD | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAB3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E39E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC581 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7049 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E0FBF0;
--emerald-200: #C5F7E3;
--emerald-300: #98F1CD;
--emerald-400: #62EAB3;
--emerald-500: #35E39E;
--emerald-600: #1BC581;
--emerald-700: #159D67;
--emerald-800: #0F7049;
--emerald-900: #0A482F;
--emerald-950: #062D1D;
}