Emerald
#35E349
GreenColor Codes
All color formats for development
HEX
#35E349RGB
rgb(53, 227, 73)HSL
hsl(127, 76%, 55%)OKLCH
oklch(0.802 0.238 144.3)CMYK
cmyk(77%, 0%, 68%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDE35
2#1BC52F
3#18AD29
4#149423
5#117B1D
6#0D6317
7#0A4A12
8#07310C
9#031906
Tints
Lighter variations
1#49E65C
2#5DE96E
3#72EC80
4#86EE92
5#9AF1A4
6#AEF4B6
7#C2F7C9
8#D7F9DB
9#EBFCED
Tones
Muted variations
1#3EDB50
2#46D257
3#4FC95D
4#58C164
5#61B86B
6#69AF72
7#72A678
8#7B9E7F
9#849586
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A2 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA72 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E349 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC52F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F701B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4811 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF3;
--emerald-100: #E0FBE3;
--emerald-200: #C5F7CB;
--emerald-300: #98F1A2;
--emerald-400: #62EA72;
--emerald-500: #35E349;
--emerald-600: #1BC52F;
--emerald-700: #159D25;
--emerald-800: #0F701B;
--emerald-900: #0A4811;
--emerald-950: #062D0B;
}