Emerald
#62EA69
GreenColor Codes
All color formats for development
HEX
#62EA69RGB
rgb(98, 234, 105)HSL
hsl(123, 76%, 65%)OKLCH
oklch(0.834 0.208 144.3)CMYK
cmyk(58%, 0%, 55%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E64D
2#28E231
3#1CCC25
4#18AF1F
5#14921A
6#107515
7#0C5810
8#083A0A
9#041D05
Tints
Lighter variations
1#72EC78
2#81EE87
3#91F096
4#A1F2A5
5#B0F4B4
6#C0F6C3
7#D0F9D2
8#E0FBE1
9#EFFDF0
Tones
Muted variations
1#69E36F
2#6FDC75
3#76D57B
4#7DCE81
5#84C887
6#8BC18D
7#91BA93
8#98B39A
9#9FADA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F19C | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA69 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E33E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC523 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D1C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7014 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF2;
--emerald-100: #E0FBE1;
--emerald-200: #C5F7C7;
--emerald-300: #98F19C;
--emerald-400: #62EA69;
--emerald-500: #35E33E;
--emerald-600: #1BC523;
--emerald-700: #159D1C;
--emerald-800: #0F7014;
--emerald-900: #0A480D;
--emerald-950: #062D08;
}