Emerald
#35E378
GreenColor Codes
All color formats for development
HEX
#35E378RGB
rgb(53, 227, 120)HSL
hsl(143, 76%, 55%)OKLCH
oklch(0.807 0.202 151)CMYK
cmyk(77%, 0%, 47%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDE68
2#1BC55C
3#18AD51
4#149445
5#117B3A
6#0D632E
7#0A4A23
8#073117
9#03190C
Tints
Lighter variations
1#49E685
2#5DE993
3#72ECA0
4#86EEAE
5#9AF1BB
6#AEF4C9
7#C2F7D6
8#D7F9E4
9#EBFCF1
Tones
Muted variations
1#3EDB7A
2#46D27C
3#4FC97E
4#58C180
5#61B882
6#69AF84
7#72A686
8#7B9E88
9#84958A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BA | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA96 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E378 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC55C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7034 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4822 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E0FBEA;
--emerald-200: #C5F7D8;
--emerald-300: #98F1BA;
--emerald-400: #62EA96;
--emerald-500: #35E378;
--emerald-600: #1BC55C;
--emerald-700: #159D49;
--emerald-800: #0F7034;
--emerald-900: #0A4822;
--emerald-950: #062D15;
}