Emerald
#35E386
GreenColor Codes
All color formats for development
HEX
#35E386RGB
rgb(53, 227, 134)HSL
hsl(148, 76%, 55%)OKLCH
oklch(0.81 0.19 154)CMYK
cmyk(77%, 0%, 41%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDE78
2#1BC56B
3#18AD5D
4#149450
5#117B43
6#0D6335
7#0A4A28
8#07311B
9#03190D
Tints
Lighter variations
1#49E692
2#5DE99F
3#72ECAB
4#86EEB7
5#9AF1C3
6#AEF4CF
7#C2F7DB
8#D7F9E7
9#EBFCF3
Tones
Muted variations
1#3EDB87
2#46D288
3#4FC988
4#58C189
5#61B889
6#69AF8A
7#72A68B
8#7B9E8B
9#84958C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAA1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E386 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC56B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F703D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4827 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FBEC;
--emerald-200: #C5F7DC;
--emerald-300: #98F1C1;
--emerald-400: #62EAA1;
--emerald-500: #35E386;
--emerald-600: #1BC56B;
--emerald-700: #159D55;
--emerald-800: #0F703D;
--emerald-900: #0A4827;
--emerald-950: #062D18;
}