Emerald
#35E358
GreenColor Codes
All color formats for development
HEX
#35E358RGB
rgb(53, 227, 88)HSL
hsl(132, 76%, 55%)OKLCH
oklch(0.803 0.228 145.9)CMYK
cmyk(77%, 0%, 61%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDE45
2#1BC53D
3#18AD35
4#14942E
5#117B26
6#0D631F
7#0A4A17
8#07310F
9#031908
Tints
Lighter variations
1#49E669
2#5DE979
3#72EC8A
4#86EE9B
5#9AF1AB
6#AEF4BC
7#C2F7CD
8#D7F9DE
9#EBFCEE
Tones
Muted variations
1#3EDB5D
2#46D262
3#4FC968
4#58C16D
5#61B872
6#69AF77
7#72A67D
8#7B9E82
9#849587
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1AA | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA7D | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E358 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC53D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D31 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7023 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4816 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF4;
--emerald-100: #E0FBE5;
--emerald-200: #C5F7CF;
--emerald-300: #98F1AA;
--emerald-400: #62EA7D;
--emerald-500: #35E358;
--emerald-600: #1BC53D;
--emerald-700: #159D31;
--emerald-800: #0F7023;
--emerald-900: #0A4816;
--emerald-950: #062D0E;
}