Emerald
#35E335
GreenColor Codes
All color formats for development
HEX
#35E335RGB
rgb(53, 227, 53)HSL
hsl(120, 76%, 55%)OKLCH
oklch(0.8 0.249 142.8)CMYK
cmyk(77%, 0%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDE1E
2#1BC51B
3#18AD18
4#149414
5#117B11
6#0D630D
7#0A4A0A
8#073107
9#031903
Tints
Lighter variations
1#49E649
2#5DE95D
3#72EC72
4#86EE86
5#9AF19A
6#AEF4AE
7#C2F7C2
8#D7F9D7
9#EBFCEB
Tones
Muted variations
1#3EDB3E
2#46D246
3#4FC94F
4#58C158
5#61B861
6#69AF69
7#72A672
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 #98F198 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA62 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E335 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC51B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F700F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D06 | 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: #98F198;
--emerald-400: #62EA62;
--emerald-500: #35E335;
--emerald-600: #1BC51B;
--emerald-700: #159D15;
--emerald-800: #0F700F;
--emerald-900: #0A480A;
--emerald-950: #062D06;
}