Emerald
#35E33B
GreenColor Codes
All color formats for development
HEX
#35E33BRGB
rgb(53, 227, 59)HSL
hsl(122, 76%, 55%)OKLCH
oklch(0.8 0.246 143.2)CMYK
cmyk(77%, 0%, 74%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDE25
2#1BC521
3#18AD1D
4#149418
5#117B14
6#0D6310
7#0A4A0C
8#073108
9#031904
Tints
Lighter variations
1#49E64E
2#5DE962
3#72EC76
4#86EE89
5#9AF19D
6#AEF4B1
7#C2F7C4
8#D7F9D8
9#EBFCEB
Tones
Muted variations
1#3EDB43
2#46D24B
3#4FC953
4#58C15B
5#61B864
6#69AF6C
7#72A674
8#7B9E7C
9#849584
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F19B | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA66 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E33B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC521 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D1A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7013 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF2;
--emerald-100: #E0FBE0;
--emerald-200: #C5F7C6;
--emerald-300: #98F19B;
--emerald-400: #62EA66;
--emerald-500: #35E33B;
--emerald-600: #1BC521;
--emerald-700: #159D1A;
--emerald-800: #0F7013;
--emerald-900: #0A480C;
--emerald-950: #062D07;
}