Emerald
#35E34F
GreenColor Codes
All color formats for development
HEX
#35E34FRGB
rgb(53, 227, 79)HSL
hsl(129, 76%, 55%)OKLCH
oklch(0.802 0.234 144.9)CMYK
cmyk(77%, 0%, 65%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDE3B
2#1BC535
3#18AD2E
4#149427
5#117B21
6#0D631A
7#0A4A14
8#07310D
9#031907
Tints
Lighter variations
1#49E661
2#5DE972
3#72EC84
4#86EE96
5#9AF1A7
6#AEF4B9
7#C2F7CA
8#D7F9DC
9#EBFCED
Tones
Muted variations
1#3EDB55
2#46D25B
3#4FC962
4#58C168
5#61B86E
6#69AF74
7#72A67A
8#7B9E80
9#849586
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A5 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA76 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E34F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC535 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D2A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F701E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4813 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF3;
--emerald-100: #E0FBE4;
--emerald-200: #C5F7CC;
--emerald-300: #98F1A5;
--emerald-400: #62EA76;
--emerald-500: #35E34F;
--emerald-600: #1BC535;
--emerald-700: #159D2A;
--emerald-800: #0F701E;
--emerald-900: #0A4813;
--emerald-950: #062D0C;
}