Emerald
#35E369
GreenColor Codes
All color formats for development
HEX
#35E369RGB
rgb(53, 227, 105)HSL
hsl(138, 76%, 55%)OKLCH
oklch(0.805 0.215 148.3)CMYK
cmyk(77%, 0%, 54%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDE58
2#1BC54E
3#18AD44
4#14943B
5#117B31
6#0D6327
7#0A4A1D
8#073114
9#03190A
Tints
Lighter variations
1#49E678
2#5DE987
3#72EC96
4#86EEA5
5#9AF1B4
6#AEF4C3
7#C2F7D2
8#D7F9E1
9#EBFCF0
Tones
Muted variations
1#3EDB6D
2#46D270
3#4FC974
4#58C177
5#61B87B
6#69AF7E
7#72A682
8#7B9E85
9#849589
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B3 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA8B | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E369 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC54E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F702C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E0FBE8;
--emerald-200: #C5F7D4;
--emerald-300: #98F1B3;
--emerald-400: #62EA8B;
--emerald-500: #35E369;
--emerald-600: #1BC54E;
--emerald-700: #159D3E;
--emerald-800: #0F702C;
--emerald-900: #0A481C;
--emerald-950: #062D12;
}