Emerald
#35E37E
GreenColor Codes
All color formats for development
HEX
#35E37ERGB
rgb(53, 227, 126)HSL
hsl(145, 76%, 55%)OKLCH
oklch(0.808 0.197 152.2)CMYK
cmyk(77%, 0%, 44%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDE6E
2#1BC562
3#18AD56
4#149449
5#117B3D
6#0D6331
7#0A4A25
8#073118
9#03190C
Tints
Lighter variations
1#49E68B
2#5DE998
3#72ECA5
4#86EEB1
5#9AF1BE
6#AEF4CB
7#C2F7D8
8#D7F9E5
9#EBFCF2
Tones
Muted variations
1#3EDB7F
2#46D281
3#4FC982
4#58C184
5#61B885
6#69AF86
7#72A688
8#7B9E89
9#84958B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BD | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA9A | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E37E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC562 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7038 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4824 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E0FBEB;
--emerald-200: #C5F7DA;
--emerald-300: #98F1BD;
--emerald-400: #62EA9A;
--emerald-500: #35E37E;
--emerald-600: #1BC562;
--emerald-700: #159D4E;
--emerald-800: #0F7038;
--emerald-900: #0A4824;
--emerald-950: #062D16;
}