Emerald
#35E366
GreenColor Codes
All color formats for development
HEX
#35E366RGB
rgb(53, 227, 102)HSL
hsl(137, 76%, 55%)OKLCH
oklch(0.805 0.217 147.8)CMYK
cmyk(77%, 0%, 55%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDE55
2#1BC54B
3#18AD42
4#149438
5#117B2F
6#0D6326
7#0A4A1C
8#073113
9#031909
Tints
Lighter variations
1#49E676
2#5DE985
3#72EC94
4#86EEA3
5#9AF1B3
6#AEF4C2
7#C2F7D1
8#D7F9E0
9#EBFCF0
Tones
Muted variations
1#3EDB6A
2#46D26E
3#4FC972
4#58C176
5#61B879
6#69AF7D
7#72A681
8#7B9E85
9#849588
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA88 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E366 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC54B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F702B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E0FBE7;
--emerald-200: #C5F7D3;
--emerald-300: #98F1B1;
--emerald-400: #62EA88;
--emerald-500: #35E366;
--emerald-600: #1BC54B;
--emerald-700: #159D3C;
--emerald-800: #0F702B;
--emerald-900: #0A481B;
--emerald-950: #062D11;
}