Emerald
#35E39B
GreenColor Codes
All color formats for development
HEX
#35E39BRGB
rgb(53, 227, 155)HSL
hsl(155, 76%, 55%)OKLCH
oklch(0.814 0.171 160)CMYK
cmyk(77%, 0%, 32%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDE8E
2#1BC57E
3#18AD6F
4#14945F
5#117B4F
6#0D633F
7#0A4A2F
8#073120
9#031910
Tints
Lighter variations
1#49E6A5
2#5DE9AF
3#72ECB9
4#86EEC3
5#9AF1CD
6#AEF4D7
7#C2F7E1
8#D7F9EB
9#EBFCF5
Tones
Muted variations
1#3EDB99
2#46D298
3#4FC996
4#58C195
5#61B894
6#69AF92
7#72A691
8#7B9E8F
9#84958E
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 #C5F7E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CC | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAB1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E39B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC57E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF8;
--emerald-100: #E0FBEF;
--emerald-200: #C5F7E2;
--emerald-300: #98F1CC;
--emerald-400: #62EAB1;
--emerald-500: #35E39B;
--emerald-600: #1BC57E;
--emerald-700: #159D65;
--emerald-800: #0F7048;
--emerald-900: #0A482E;
--emerald-950: #062D1D;
}