Emerald
#35E3A6
GreenColor Codes
All color formats for development
HEX
#35E3A6RGB
rgb(53, 227, 166)HSL
hsl(159, 76%, 55%)OKLCH
oklch(0.816 0.162 163.8)CMYK
cmyk(77%, 0%, 27%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDE9B
2#1BC58A
3#18AD79
4#149467
5#117B56
6#0D6345
7#0A4A34
8#073122
9#031911
Tints
Lighter variations
1#49E6AF
2#5DE9B8
3#72ECC1
4#86EECA
5#9AF1D3
6#AEF4DC
7#C2F7E4
8#D7F9ED
9#EBFCF6
Tones
Muted variations
1#3EDBA4
2#46D2A1
3#4FC99F
4#58C19C
5#61B899
6#69AF97
7#72A694
8#7B9E91
9#84958F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D2 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EABA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC58A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D6E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F704E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4832 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E0FBF1;
--emerald-200: #C5F7E5;
--emerald-300: #98F1D2;
--emerald-400: #62EABA;
--emerald-500: #35E3A6;
--emerald-600: #1BC58A;
--emerald-700: #159D6E;
--emerald-800: #0F704E;
--emerald-900: #0A4832;
--emerald-950: #062D1F;
}