Emerald
#35E384
GreenColor Codes
All color formats for development
HEX
#35E384RGB
rgb(53, 227, 132)HSL
hsl(147, 76%, 55%)OKLCH
oklch(0.809 0.191 153.6)CMYK
cmyk(77%, 0%, 42%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDE75
2#1BC568
3#18AD5B
4#14944E
5#117B41
6#0D6334
7#0A4A27
8#07311A
9#03190D
Tints
Lighter variations
1#49E690
2#5DE99C
3#72ECA9
4#86EEB5
5#9AF1C1
6#AEF4CE
7#C2F7DA
8#D7F9E6
9#EBFCF3
Tones
Muted variations
1#3EDB84
2#46D285
3#4FC986
4#58C187
5#61B888
6#69AF89
7#72A68A
8#7B9E8B
9#84958B
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 #C5F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C0 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA9F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E384 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC568 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F703B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4826 | 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: #C5F7DB;
--emerald-300: #98F1C0;
--emerald-400: #62EA9F;
--emerald-500: #35E384;
--emerald-600: #1BC568;
--emerald-700: #159D52;
--emerald-800: #0F703B;
--emerald-900: #0A4826;
--emerald-950: #062D18;
}