Emerald
#35E346
GreenColor Codes
All color formats for development
HEX
#35E346RGB
rgb(53, 227, 70)HSL
hsl(126, 76%, 55%)OKLCH
oklch(0.801 0.24 144.1)CMYK
cmyk(77%, 0%, 69%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDE31
2#1BC52C
3#18AD26
4#149421
5#117B1B
6#0D6316
7#0A4A10
8#07310B
9#031905
Tints
Lighter variations
1#49E659
2#5DE96B
3#72EC7E
4#86EE90
5#9AF1A3
6#AEF4B5
7#C2F7C8
8#D7F9DA
9#EBFCED
Tones
Muted variations
1#3EDB4D
2#46D254
3#4FC95B
4#58C162
5#61B869
6#69AF70
7#72A677
8#7B9E7E
9#849585
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA6F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E346 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC52C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D23 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7019 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4810 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF3;
--emerald-100: #E0FBE2;
--emerald-200: #C5F7CA;
--emerald-300: #98F1A1;
--emerald-400: #62EA6F;
--emerald-500: #35E346;
--emerald-600: #1BC52C;
--emerald-700: #159D23;
--emerald-800: #0F7019;
--emerald-900: #0A4810;
--emerald-950: #062D0A;
}