Emerald
#62EA62
GreenColor Codes
All color formats for development
HEX
#62EA62RGB
rgb(98, 234, 98)HSL
hsl(120, 76%, 65%)OKLCH
oklch(0.833 0.214 143.4)CMYK
cmyk(58%, 0%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E645
2#28E228
3#1CCC1C
4#18AF18
5#149214
6#107510
7#0C580C
8#083A08
9#041D04
Tints
Lighter variations
1#72EC72
2#81EE81
3#91F091
4#A1F2A1
5#B0F4B0
6#C0F6C0
7#D0F9D0
8#E0FBE0
9#EFFDEF
Tones
Muted variations
1#69E369
2#6FDC6F
3#76D576
4#7DCE7D
5#84C884
6#8BC18B
7#91BA91
8#98B398
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 #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;
}