Emerald
#35E37B
GreenColor Codes
All color formats for development
HEX
#35E37BRGB
rgb(53, 227, 123)HSL
hsl(144, 76%, 55%)OKLCH
oklch(0.808 0.199 151.6)CMYK
cmyk(77%, 0%, 46%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDE6B
2#1BC55F
3#18AD53
4#149447
5#117B3B
6#0D6330
7#0A4A24
8#073118
9#03190C
Tints
Lighter variations
1#49E688
2#5DE995
3#72ECA2
4#86EEB0
5#9AF1BD
6#AEF4CA
7#C2F7D7
8#D7F9E5
9#EBFCF2
Tones
Muted variations
1#3EDB7D
2#46D27E
3#4FC980
4#58C182
5#61B884
6#69AF85
7#72A687
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 #E0FBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BB | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA98 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E37B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC55F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7036 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4823 | 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: #E0FBEA;
--emerald-200: #C5F7D9;
--emerald-300: #98F1BB;
--emerald-400: #62EA98;
--emerald-500: #35E37B;
--emerald-600: #1BC55F;
--emerald-700: #159D4C;
--emerald-800: #0F7036;
--emerald-900: #0A4823;
--emerald-950: #062D16;
}