Emerald
#35E338
GreenColor Codes
All color formats for development
HEX
#35E338RGB
rgb(53, 227, 56)HSL
hsl(121, 76%, 55%)OKLCH
oklch(0.8 0.248 143)CMYK
cmyk(77%, 0%, 75%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDE21
2#1BC51E
3#18AD1A
4#149416
5#117B13
6#0D630F
7#0A4A0B
8#073107
9#031904
Tints
Lighter variations
1#49E64C
2#5DE960
3#72EC74
4#86EE88
5#9AF19B
6#AEF4AF
7#C2F7C3
8#D7F9D7
9#EBFCEB
Tones
Muted variations
1#3EDB40
2#46D249
3#4FC951
4#58C15A
5#61B862
6#69AF6B
7#72A673
8#7B9E7B
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 #C5F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F199 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA64 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E338 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC51E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7011 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480B | 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: #C5F7C5;
--emerald-300: #98F199;
--emerald-400: #62EA64;
--emerald-500: #35E338;
--emerald-600: #1BC51E;
--emerald-700: #159D18;
--emerald-800: #0F7011;
--emerald-900: #0A480B;
--emerald-950: #062D07;
}