Emerald
#35E395
GreenColor Codes
All color formats for development
HEX
#35E395RGB
rgb(53, 227, 149)HSL
hsl(153, 76%, 55%)OKLCH
oklch(0.812 0.176 158.1)CMYK
cmyk(77%, 0%, 34%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDE88
2#1BC579
3#18AD6A
4#14945B
5#117B4B
6#0D633C
7#0A4A2D
8#07311E
9#03190F
Tints
Lighter variations
1#49E6A0
2#5DE9AA
3#72ECB5
4#86EEBF
5#9AF1CA
6#AEF4D5
7#C2F7DF
8#D7F9EA
9#EBFCF4
Tones
Muted variations
1#3EDB94
2#46D293
3#4FC992
4#58C191
5#61B891
6#69AF90
7#72A68F
8#7B9E8E
9#84958D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C9 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAAD | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E395 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC579 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7045 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF8;
--emerald-100: #E0FBEF;
--emerald-200: #C5F7E0;
--emerald-300: #98F1C9;
--emerald-400: #62EAAD;
--emerald-500: #35E395;
--emerald-600: #1BC579;
--emerald-700: #159D60;
--emerald-800: #0F7045;
--emerald-900: #0A482C;
--emerald-950: #062D1B;
}