Emerald
#61EA6A
GreenColor Codes
All color formats for development
HEX
#61EA6ARGB
rgb(97, 234, 106)HSL
hsl(124, 77%, 65%)OKLCH
oklch(0.834 0.208 144.5)CMYK
cmyk(59%, 0%, 55%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E74F
2#26E333
3#1BCD27
4#17B021
5#13931C
6#0F7516
7#0B5811
8#083B0B
9#041D06
Tints
Lighter variations
1#71ED79
2#81EF88
3#90F197
4#A0F3A6
5#B0F5B5
6#C0F7C3
7#D0F9D2
8#DFFBE1
9#EFFDF0
Tones
Muted variations
1#68E470
2#6FDD76
3#76D67C
4#7DCF82
5#83C888
6#8AC18E
7#91BA94
8#98B39A
9#9FADA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29D | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA6A | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E540 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC725 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E1E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7115 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09480E | 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: #F1FDF2;
--emerald-100: #DFFBE1;
--emerald-200: #C4F7C8;
--emerald-300: #97F29D;
--emerald-400: #61EA6A;
--emerald-500: #34E540;
--emerald-600: #1AC725;
--emerald-700: #159E1E;
--emerald-800: #0F7115;
--emerald-900: #09480E;
--emerald-950: #062D08;
}