Emerald
#62EA64
GreenColor Codes
All color formats for development
HEX
#62EA64RGB
rgb(98, 234, 100)HSL
hsl(121, 76%, 65%)OKLCH
oklch(0.833 0.212 143.6)CMYK
cmyk(58%, 0%, 57%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E647
2#28E22B
3#1CCC1F
4#18AF1A
5#149216
6#107512
7#0C580D
8#083A09
9#041D04
Tints
Lighter variations
1#72EC74
2#81EE83
3#91F093
4#A1F2A2
5#B0F4B2
6#C0F6C1
7#D0F9D1
8#E0FBE0
9#EFFDF0
Tones
Muted variations
1#69E36B
2#6FDC71
3#76D578
4#7DCE7E
5#84C885
6#8BC18C
7#91BA92
8#98B399
9#9FAD9F
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;
}